Package org.apache.cassandra.index.sai.disk.v1.postings
package org.apache.cassandra.index.sai.disk.v1.postings
-
ClassesClassDescriptionA wrapper that iterates over a delegate
PostingList, filtering out postings at positions that are not present in a provided filter.Merges multiplePostingListwhich individually contain unique items into a single list.Adapter class forPackedLongValuesto expose it asPostingList.A key iterator based on aPostingListderived from a single index segment.Reads, decompresses and decodes postings lists written byPostingsWriter.Encodes, compresses and writes postings lists to disk.