Functionsยง
- calculate_
binary_ decimal_ math - Computes a binary math function for input arrays using a specified function and apply rescaling to given precision and scale. Generic types:
- calculate_
binary_ math - Computes a binary math function for input arrays using a specified function. Generic types:
- decimal32_
to_ i32 - decimal64_
to_ i64 - decimal128_
to_ i128 - Converts Decimal128 components (value and scale) to an unscaled i128
- make_
scalar_ function - Creates a scalar function implementation for the given function.