Categorical32Chunked

Type Alias Categorical32Chunked 

Source
pub type Categorical32Chunked = Logical<Categorical32Type, <Categorical32Type as PolarsCategoricalType>::PolarsPhysical>;

Aliased Type§

pub struct Categorical32Chunked {
    pub phys: ChunkedArray<UInt32Type>,
    pub dtype: DataType,
    /* private fields */
}

Fields§

§phys: ChunkedArray<UInt32Type>§dtype: DataType