Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions arrow-pyarrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ bench = false
[package.metadata.docs.rs]
all-features = true

[features]
# Emit the Python type of each conversion into PyO3's introspection data, so that tools like
# `maturin generate-stubs` can put a real type into a generated `.pyi` instead of `Incomplete`.
experimental-inspect = ["pyo3/experimental-inspect"]

[dependencies]
arrow-array = { workspace = true, features = ["ffi"] }
arrow-data = { workspace = true }
Expand Down
Loading
Loading