Custome indexes for Comparable keys? #474
Unanswered
hrstoyanov
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
That is a good idea to leverage the Comparable interface for this. I'll look into it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks @fh-ms - you should be able to convert this discussion into a feature request? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The GigaMap documentation states that for "custom" indexes the key type must implement hashCode/equals (as expected!). However, is it possible to define custom index that can be used in "range queries" like: <, >, BETWEEN ..., providing the key type also implements Comparable (or there is Comparator defined for the type)?
Beta Was this translation helpful? Give feedback.
All reactions