Type Alias polars_core::datatypes::IdxCa

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