risingwave_common::array::decimal_arrayType Alias DecimalArray
source pub type DecimalArray = PrimitiveArray<Decimal>;
struct DecimalArray {
bitmap: Bitmap,
data: Box<[Decimal]>,
}
Converts to this type from the input type.
Converts to this type from the input type.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.