Type Alias DecimalChunked

Source
pub type DecimalChunked = Logical<DecimalType, Int128Type>;

Aliased Type§

struct DecimalChunked {
    pub phys: ChunkedArray<Int128Type>,
    pub dtype: Option<DataType>,
    /* private fields */
}

Fields§

§phys: ChunkedArray<Int128Type>§dtype: Option<DataType>