Support range sortKey feature by javeme · Pull Request #296 · apache/hugegraph
implement #271
Change-Id: Ib618c45bc6169a0fb7632dbbf0fb29b7ee0a08e3
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(this.inclusiveEnd ? cmp2 <= 0 : cmp2 < 0);
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
validValue
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete
|
|
||
| public IdPrefixQuery(Query originQuery, | ||
| Id start, boolean inclusiveStart, Id prefix) { | ||
| this(originQuery.resultType(), originQuery, start, true, prefix); |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
true -> inclusiveStart
| assert condition instanceof Condition.Relation; | ||
| Condition.Relation r = (Condition.Relation) condition; | ||
| Condition.Relation sys = new Condition.SyspropRelation( | ||
| HugeKeys.SORT_VALUES, |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adjust the alignment
implement #271 Change-Id: Ib618c45bc6169a0fb7632dbbf0fb29b7ee0a08e3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters