Cargo Features

polars-compute has no features set by default.

[dependencies]
polars-compute = { version = "0.46.0", features = ["cast", "gather", "nightly", "simd", "approx_unique", "dtype-array", "dtype-decimal", "dtype-i128"] }
cast = gather

Enables atoi_simd, chrono, fast-float2, itoa, and ryu, chrono-tz of polars-arrow

Affects polars-compute::cast

gather cast?

Affects polars-compute::gather

nightly
simd

Enables simd of polars-arrow

Affects float_sum::SimdCastGeneric

approx_unique

Affects polars-compute::cardinality, polars-compute::hyperloglogplus

dtype-array
dtype-decimal = dtype-i128

Enables dtype-decimal of polars-arrow

Affects binview_to::binview_to_decimal

dtype-i128 dtype-decimal?