Categorical16Chunked

Type Alias Categorical16Chunked 

Source
pub type Categorical16Chunked = Logical<Categorical16Type, <Categorical16Type as PolarsCategoricalType>::PolarsPhysical>;

Aliased Type§

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

Fields§

§phys: ChunkedArray<UInt16Type>§dtype: DataType