polars_
core
0.46.0
IdxCa
Aliased type
Methods
with_nullable_idx
In polars_
core::
datatypes
polars_core
::
datatypes
Type Alias
IdxCa
Copy item path
Source
pub type IdxCa =
UInt32Chunked
;
Available on
non-crate feature
bigidx
only.
Aliased Type
§
struct IdxCa {
/* private fields */
}
Implementations
§
Source
§
impl
IdxCa
Source
pub fn
with_nullable_idx
<T, F:
FnOnce
(&
IdxCa
) -> T>( idx: &[
NullableIdxSize
], f: F, ) -> T