Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Currently SqlCollation defines concepts like Coercibility, Charset, Locale, etc. However, we cannot specify on a certain collation that e.g. a string field should use case insensitive comparison. The goal of this ticket is to evolve SqlCollation to support that, and adapt the corresponding classes to use that (optional) "non-standard" comparison.
Attachments
Issue Links
- causes
-
CALCITE-4195 Cast between types with different collators must be evaluated as not monotonic
- Closed
- relates to
-
CALCITE-5967 UnsupportedOperationException while implementing a call that requires a special collator
- Closed
- links to