Cargo Features
polars-sql has no features set by default.
[dependencies]
polars-sql = { version = "0.44.2", features = ["nightly", "binary_encoding", "bitwise", "csv", "diagonal_concat", "dtype-decimal", "ipc", "json", "list_eval", "parquet", "semi_anti_join", "serde", "timezones"] }
- nightly
- binary_encoding
-
Enables polars-lazy
- bitwise
-
Enables bitwise of polars-lazy
polars-lazy:
operations
- csv
-
Enables csv of polars-lazy
- diagonal_concat
-
Enables diagonal_concat of polars-lazy
- dtype-decimal
-
Enables polars-lazy
- ipc
-
Enables ipc of polars-lazy
- json
-
Enables json of polars-lazy, extract_jsonpath and json of polars-plan
- list_eval
-
Enables polars-lazy
- parquet
-
Enables parquet of polars-lazy
- semi_anti_join
-
Enables semi_anti_join of polars-lazy
- serde
-
Enables serde of polars-utils
- timezones
-
Enables polars-lazy
polars-sql has 13 features without comments.