Module utils

Module utils 

Source

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.