Skip to main content

Categorical16Chunked

Type Alias Categorical16Chunked 

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

Aliased Type§

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

Fields§

§phys: ChunkedArray<UInt16Type>§dtype: DataType