rubenada commented on a change in pull request #1937:
URL: https://github.com/apache/calcite/pull/1937#discussion_r416155985
##########
File path: core/src/main/java/org/apache/calcite/sql/SqlCollation.java
##########
@@ -279,4 +281,18 @@ public final String getCollationName() {
public final SqlCollation.Coercibility getCoercibility() {
return coercibility;
}
+
+ /**
+ * @return Comparator to be used, or null if no special comparator is
required.
+ */
+ public Comparator<String> getComparator() {
Review comment:
Collator will give us more possibilities. Changed into Collator.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]