Interface OrdinalPostingList
- All Superinterfaces:
AutoCloseable,Closeable,PostingList
- All Known Implementing Classes:
IntArrayPostingList,PostingsReader
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.cassandra.index.sai.postings.PostingList
PostingList.EmptyPostingList -
Field Summary
Fields inherited from interface org.apache.cassandra.index.sai.postings.PostingList
EMPTY, END_OF_STREAM, OFFSET_NOT_FOUND -
Method Summary
Methods inherited from interface org.apache.cassandra.index.sai.postings.PostingList
advance, close, maximum, minimum, nextPosting, size
-
Method Details
-
getOrdinal
long getOrdinal()- Returns:
- the ordinal of the posting that will be returned on the next call to
PostingList.nextPosting()
-