Skip to content

Commit 57c4848

Browse files
committed
Xarray-specific filter predicate pushdown.
Partition pruning: we can get statistics for the "primary keys" i.e. the dataset dims.
1 parent 01a5dba commit 57c4848

File tree

6 files changed

+912
-40
lines changed

6 files changed

+912
-40
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ exclude = ["perf_tests/*"]
88
[dependencies]
99
arrow = { version = "57.2.0", features = ["pyarrow"] }
1010
async-stream = "0.3"
11+
async-trait = "0.1"
1112
datafusion = { version = "51.0.0" }
1213
datafusion-ffi = { version = "51.0.0" }
1314
futures = { version = "0.3" }

0 commit comments

Comments
 (0)