public interface Cursor
QueryableIndexCursorSequenceBuilder.QueryableIndexCursor is an implementation for historical segments, and IncrementalIndexStorageAdapter.IncrementalIndexCursor is an implementation for IncrementalIndex.
Cursor is conceptually similar to TimeAndDimsPointer, but the latter is used for historical segment creation
rather than query execution (as Cursor). If those abstractions could be collapsed (and if it is worthwhile) is yet to
be determined.org.apache.druid.segment.vector.VectorCursor, the vectorized version| Modifier and Type | Method and Description |
|---|---|
void |
advance() |
void |
advanceUninterruptibly() |
ColumnSelectorFactory |
getColumnSelectorFactory() |
org.joda.time.DateTime |
getTime() |
boolean |
isDone() |
boolean |
isDoneOrInterrupted() |
void |
reset() |
ColumnSelectorFactory getColumnSelectorFactory()
org.joda.time.DateTime getTime()
void advance()
void advanceUninterruptibly()
boolean isDone()
boolean isDoneOrInterrupted()
void reset()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.