Package org.rumbledb.runtime.misc
Class SortKeyComparison
java.lang.Object
org.rumbledb.runtime.misc.SortKeyComparison
Lexicographic comparison of sort-key sequences for F&O 3.1
fn:sort / array:sort
(deep-less-than and fn:deep-equal on key sequences with a collation).-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckCollationSupported(String collationUri, ExceptionMetadata metadata) static booleansortKeysDeepEqual(List<Item> a, List<Item> b, String collationUri, RuntimeStaticContext staticContext) static booleansortKeysDeepLessThan(List<Item> a, List<Item> b, String collationUri, RuntimeStaticContext staticContext)
-
Field Details
-
FOTS_CASEBLIND_COLLATION
- See Also:
-
-
Method Details
-
checkCollationSupported
-
sortKeysDeepEqual
-
sortKeysDeepLessThan
-