[dependencies.ahash]
version = "0.7"
[dependencies.itertools]
version = "0.10"
[dependencies.polars-arrow]
version = "0.17.0"
[dependencies.polars-core]
default-features = false
features = ["lazy", "private", "zip_with"]
version = "0.17.0"
[dependencies.polars-io]
default-features = false
features = ["lazy", "csv-file", "private"]
version = "0.17.0"
[dependencies.rayon]
version = "1.5"
[dependencies.regex]
optional = true
version = "1.4"
[features]
arange = []
asof_join = ["polars-core/asof_join"]
compile = []
concat_str = ["polars-core/concat_str"]
cross_join = ["polars-core/cross_join"]
csv-file = ["polars-io/csv-file"]
cum_agg = ["polars-core/cum_agg"]
default = ["compile"]
diff = ["polars-core/diff"]
dot_product = ["polars-core/dot_product"]
dtype-categorical = ["polars-core/dtype-categorical"]
dtype-date = ["polars-core/dtype-date"]
dtype-datetime = ["polars-core/dtype-datetime"]
dtype-i16 = ["polars-core/dtype-i16"]
dtype-i8 = ["polars-core/dtype-i8"]
dtype-u16 = ["polars-core/dtype-u16"]
dtype-u8 = ["polars-core/dtype-u8"]
fmt = ["polars-core/plain_fmt"]
future = []
interpolate = ["polars-core/interpolate"]
is_first = ["polars-core/is_first"]
is_in = ["polars-core/is_in"]
list = ["polars-core/list"]
mode = ["polars-core/mode"]
moment = ["polars-core/moment"]
parquet = ["polars-core/parquet", "polars-io/parquet"]
private = []
rank = ["polars-core/rank"]
repeat_by = ["polars-core/repeat_by"]
rolling_window = ["polars-core/rolling_window"]
round_series = ["polars-core/round_series"]
temporal = ["polars-core/temporal"]
true_div = []
[package]
authors = ["ritchie46 <ritchie46@gmail.com>"]
description = "Lazy query engine for the Polars DataFrame library"
edition = "2018"
license = "MIT"
name = "polars-lazy"
repository = "https://github.com/pola-rs/polars"
version = "0.17.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]