Thanks to visit codestin.com
Credit goes to lib.rs

Cargo Features

polars-sql has no features set by default.

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

Enables nightly of polars-lazy

required for local runs of the 'iss_23134' test

binary_encoding

Enables polars-lazy

bitwise

Enables bitwise of 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 extract_jsonpath and json of polars-lazy and polars-plan

list_eval

Enables polars-lazy

parquet

Enables parquet of polars-lazy

rank

Enables rank of polars-lazy

semi_anti_join

Enables semi_anti_join of polars-lazy

serde

Enables serde of polars-utils

timezones

Enables polars-lazy

dynamic_group_by

Enables dynamic_group_by of polars-lazy