pub type CategoricalChunked<T> = Logical<T, <T as PolarsCategoricalType>::PolarsPhysical>;Available on crate feature
dtype-categorical only.Aliased Type§
pub struct CategoricalChunked<T> {
pub phys: ChunkedArray<<T as PolarsCategoricalType>::PolarsPhysical>,
pub dtype: DataType,
/* private fields */
}Fields§
§phys: ChunkedArray<<T as PolarsCategoricalType>::PolarsPhysical>§dtype: DataType