Cargo Features
[dependencies]
polars-stream = { version = "0.44.2", default-features = false, features = ["nightly", "bitwise", "merge_sorted", "strings"] }
- nightly
- bitwise default
-
Enables bitwise of polars-core, polars-expr, and polars-plan
polars-plan:
operations
- merge_sorted
-
Enables merge_sorted of polars-plan
- dynamic_group_by strings
- default = bitwise
-
We need to specify default features here to match workspace defaults.
Otherwise we get warnings with cargo check/clippy.