polars_
utils
0.44.2
Module idx_vec
Module Items
Structs
Type Aliases
In crate polars_
utils
polars_utils
Module
idx_vec
Copy item path
Source
Structs
§
UnitVec
A type logically equivalent to
Vec<T>
, but which does not do a memory allocation until at least two elements have been pushed, storing the first element in the data pointer directly.
Type Aliases
§
IdxVec