pub type CategoricalChunked<T> = Logical<T, <T as PolarsCategoricalType>::PolarsPhysical>;
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