Cargo Features

polars-sql has no features set by default.

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

Enables polars-lazy

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 12 features without comments.