Cargo Features
polars-compute has no features set by default.
[dependencies]
polars-compute = { version = "0.45.1", features = ["cast", "nightly", "simd", "approx_unique", "dtype-array", "dtype-decimal"] }
- cast
-
Enables atoi_simd, chrono, fast-float2, itoa, itoap, and ryu, chrono-tz of polars-arrow
Affects
polars-compute::cast
… - nightly
- simd
-
Enables simd of polars-arrow
Affects
float_sum::SimdCastGeneric
… - approx_unique
-
Affects
polars-compute::cardinality
,polars-compute::hyperloglogplus
… - dtype-array
- dtype-decimal
-
Enables dtype-decimal of polars-arrow
Affects
binview_to::binview_to_decimal
…