velox
velox copied to clipboard
Add Decimal BETWEEN filter
The Between functionality for DECIMALS is implemented using the Generic type support in VELOX. The current implementation expects the user to CAST all params to BETWEEN function to the same type.