Cargo Features

polars-sql has no features set by default.

[dependencies]
polars-sql = { version = "0.39.2", features = ["nightly", "csv", "ipc", "json", "binary_encoding", "diagonal_concat", "list_eval", "parquet", "semi_anti_join", "timezones"] }
nightly
csv

Enables csv of polars-lazy

ipc

Enables ipc of polars-lazy

json

Enables json of polars-lazy, extract_jsonpath of polars-plan

binary_encoding

Enables polars-lazy

diagonal_concat

Enables diagonal_concat of polars-lazy

dtype-decimal list_eval

Enables polars-lazy

parquet

Enables parquet of polars-lazy

semi_anti_join

Enables semi_anti_join of polars-lazy

timezones

Enables polars-lazy

polars-sql has 10 features without comments.