Categorical32Chunked

Type Alias Categorical32Chunked 

Source
pub type Categorical32Chunked = CategoricalChunked<Categorical32Type>;
Available on crate feature dtype-categorical only.

Aliased Type§

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

Fields§

§phys: ChunkedArray<UInt32Type>§dtype: DataType