pub type DecimalChunked = Logical<DecimalType, Int128Type>;
Aliased Type§
pub struct DecimalChunked {
pub phys: ChunkedArray<Int128Type>,
pub dtype: DataType,
/* private fields */
}
Fields§
§phys: ChunkedArray<Int128Type>
§dtype: DataType