Companion
object Companion
Properties
Functions
Link copied to clipboard
Create a query for matching indexed ranges that contain the defined range.
Link copied to clipboard
Create a query for matching indexed ranges that cross the defined range. A CROSSES is defined as any set of ranges that are not disjoint and not wholly contained by the query. Effectively, its the complement of union(WITHIN, DISJOINT).
Link copied to clipboard
Create a query for matching indexed ranges that intersect the defined range.
Link copied to clipboard
Create a query for matching indexed ranges that are within the defined range.
Link copied to clipboard
encode the ranges into a sortable byte array (Double.NaN not allowed)