polars_
core
0.49.1
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
§
pub struct IdxCa {
/* private fields */
}
Implementations
§
Source
§
impl
IdxCa
Source
pub fn
with_nullable_idx
<T, F:
FnOnce
(&
IdxCa
) -> T>( idx: &[
NullableIdxSize
], f: F, ) -> T