v.18.1New Feature
Support for Arbitrary Types in Comparison Operators
Support for arbitrary types in comparison operators (#2026).
Why it matters
This feature enables comparison operations (like<, >, =, etc.) to work with arbitrary user-defined or complex data types, thereby expanding the flexibility and expressiveness of queries involving custom types.