polars_core::datatypes

Type Alias 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