Files
seaweedfs/weed/query/engine
chrislu cc3ac76304 feat: Add mathematical functions ROUND, CEIL, FLOOR, ABS with comprehensive tests
- Implement ROUND with optional precision parameter
- Add CEIL function for rounding up to nearest integer
- Add FLOOR function for rounding down to nearest integer
- Add ABS function for absolute values with type preservation
- Support all numeric types (int32, int64, float32, double)
- Comprehensive test suite with 20+ test cases covering:
  - Positive/negative numbers
  - Integer/float type preservation
  - Precision handling for ROUND
  - Null value error handling
  - Edge cases (zero, large numbers)

All tests passing 
2025-09-04 00:14:51 -07:00
..
2025-09-03 00:10:47 -07:00
2025-09-02 22:12:47 -07:00
2025-09-03 17:42:30 -07:00
2025-09-01 20:19:59 -07:00
2025-09-03 15:34:39 -07:00
2025-09-03 00:10:47 -07:00
2025-09-03 17:42:30 -07:00
2025-09-03 17:42:30 -07:00
fix
2025-09-04 00:07:06 -07:00
2025-09-01 18:52:22 -07:00
2025-09-01 19:36:47 -07:00
2025-09-02 22:12:47 -07:00
2025-09-02 22:12:47 -07:00
fix
2025-09-03 09:54:31 -07:00
2025-09-03 00:40:03 -07:00
2025-09-01 18:52:22 -07:00
2025-09-01 18:52:22 -07:00
2025-09-03 15:34:39 -07:00
2025-09-03 00:10:47 -07:00
2025-09-01 21:40:24 -07:00
2025-09-02 22:12:47 -07:00
fix
2025-09-03 21:44:27 -07:00
2025-09-02 22:12:47 -07:00