pub type DecimalChunked = Logical<DecimalType, Int128Type>;
Aliased Type§
struct DecimalChunked(pub ChunkedArray<Int128Type>, _, pub Option<DataType>);
Fields§
§0: ChunkedArray<Int128Type>
§2: Option<DataType>
pub type DecimalChunked = Logical<DecimalType, Int128Type>;
struct DecimalChunked(pub ChunkedArray<Int128Type>, _, pub Option<DataType>);
0: ChunkedArray<Int128Type>
§2: Option<DataType>