Categorical8Chunked

Type Alias Categorical8Chunked 

Source
pub type Categorical8Chunked = Logical<Categorical8Type, <Categorical8Type as PolarsCategoricalType>::PolarsPhysical>;

Aliased Type§

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

Fields§

§phys: ChunkedArray<UInt8Type>§dtype: DataType