[dependencies.ahash]
version = ">=0.8.5"
[dependencies.arrow]
default-features = false
features = ["compute_aggregate", "compute_arithmetics", "compute_bitwise", "compute_boolean", "compute_boolean_kleene", "compute_cast", "compute_comparison"]
package = "polars-arrow"
version = "0.44.2"
[dependencies.bitflags]
version = "2"
[dependencies.hashbrown]
features = ["rayon", "serde"]
version = "0.15.0"
[dependencies.num-traits]
version = "0.2"
[dependencies.once_cell]
version = "1"
[dependencies.polars-compute]
default-features = false
version = "0.44.2"
[dependencies.polars-core]
default-features = false
features = ["lazy", "zip_with", "random"]
version = "0.44.2"
[dependencies.polars-io]
default-features = false
features = ["lazy"]
version = "0.44.2"
[dependencies.polars-json]
default-features = false
optional = true
version = "0.44.2"
[dependencies.polars-ops]
default-features = false
features = ["chunked_ids"]
version = "0.44.2"
[dependencies.polars-plan]
default-features = false
version = "0.44.2"
[dependencies.polars-row]
default-features = false
version = "0.44.2"
[dependencies.polars-time]
default-features = false
optional = true
version = "0.44.2"
[dependencies.polars-utils]
default-features = false
version = "0.44.2"
[dependencies.rand]
version = "0.8"
[dependencies.rayon]
version = "1.9"
[features]
approx_unique = ["polars-plan/approx_unique"]
bitwise = ["polars-core/bitwise", "polars-plan/bitwise"]
dtype-array = ["polars-plan/dtype-array", "polars-ops/dtype-array"]
dtype-categorical = ["polars-plan/dtype-categorical"]
dtype-date = ["polars-plan/dtype-date", "polars-time/dtype-date", "temporal"]
dtype-datetime = ["polars-plan/dtype-datetime", "polars-time/dtype-datetime", "temporal"]
dtype-decimal = ["polars-plan/dtype-decimal"]
dtype-duration = ["polars-plan/dtype-duration", "polars-time/dtype-duration", "temporal"]
dtype-full = ["dtype-array", "dtype-categorical", "dtype-date", "dtype-datetime", "dtype-decimal", "dtype-duration", "dtype-i16", "dtype-i8", "dtype-struct", "dtype-time", "dtype-u16", "dtype-u8"]
dtype-i16 = ["polars-plan/dtype-i16"]
dtype-i8 = ["polars-plan/dtype-i8"]
dtype-struct = ["polars-plan/dtype-struct", "polars-ops/dtype-struct"]
dtype-time = ["polars-plan/dtype-time", "polars-time/dtype-time", "temporal"]
dtype-u16 = ["polars-plan/dtype-u16"]
dtype-u8 = ["polars-plan/dtype-u8"]
dynamic_group_by = ["polars-plan/dynamic_group_by", "polars-time", "temporal"]
is_between = ["polars-plan/is_between"]
is_in = ["polars-plan/is_in", "polars-ops/is_in"]
nightly = ["polars-core/nightly", "polars-plan/nightly"]
panic_on_schema = ["polars-plan/panic_on_schema"]
parquet = ["polars-io/parquet", "polars-plan/parquet"]
propagate_nans = ["polars-plan/propagate_nans", "polars-ops/propagate_nans"]
round_series = ["polars-plan/round_series", "polars-ops/round_series"]
streaming = ["polars-plan/streaming", "polars-ops/chunked_ids"]
temporal = ["dtype-datetime", "dtype-date", "dtype-time", "dtype-i8", "dtype-i16", "dtype-duration", "polars-plan/temporal"]
[lib]
name = "polars_expr"
path = "src/lib.rs"
[package]
authors = ["Ritchie Vink <ritchie46@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Physical expression implementation of the Polars project."
edition = "2021"
homepage = "https://www.pola.rs/"
license = "MIT"
name = "polars-expr"
readme = "README.md"
repository = "https://github.com/pola-rs/polars"
version = "0.44.2"