public class BackwardShuttle extends AbstractShuttle
art, containers, depth, hasRun, MAX_DEPTH, stack| 限定符和类型 | 方法和说明 |
|---|---|
protected int |
boundaryNodePosition(Node node,
boolean inRunDirection) |
protected boolean |
currentBeforeHigh(byte[] current,
byte[] high) |
protected boolean |
prefixMismatchIsInRunDirection(byte nodeValue,
byte highValue) |
protected int |
searchMissNextPosition(org.bitlap.roaringbitmap.art.SearchResult result) |
protected int |
visitedNodeNextPosition(Node node,
int pos) |
getCurrentLeafNode, initShuttle, initShuttleFrom, moveToNextLeaf, removeprotected boolean currentBeforeHigh(byte[] current,
byte[] high)
currentBeforeHigh 在类中 AbstractShuttleprotected int visitedNodeNextPosition(Node node, int pos)
visitedNodeNextPosition 在类中 AbstractShuttleprotected int boundaryNodePosition(Node node, boolean inRunDirection)
boundaryNodePosition 在类中 AbstractShuttleprotected boolean prefixMismatchIsInRunDirection(byte nodeValue,
byte highValue)
protected int searchMissNextPosition(org.bitlap.roaringbitmap.art.SearchResult result)
searchMissNextPosition 在类中 AbstractShuttle