polars::prelude

Type Alias DecimalChunked

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

Aliased Type§

struct DecimalChunked(pub ChunkedArray<Int128Type>, _, pub Option<DataType>);

Fields§

§0: ChunkedArray<Int128Type>§2: Option<DataType>