Class VectorPostings<T>
java.lang.Object
org.apache.cassandra.index.sai.disk.v1.vector.VectorPostings<T>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VectorPostings
-
-
Method Details
-
add
-
shouldAppendDeletedOrdinal
public boolean shouldAppendDeletedOrdinal()- Returns:
- true if current ordinal is removed by partition/range deletion. Must be called after computeRowIds.
-
computeRowIds
Compute the rowIds corresponding to the<T>keys in this postings list. -
getRowIds
public org.agrona.collections.IntArrayList getRowIds()- Returns:
- rowIds corresponding to the
<T>keys in this postings list. Must be called after computeRowIds.
-
remove
-
ramBytesUsed
public long ramBytesUsed() -
emptyBytesUsed
public static long emptyBytesUsed() -
bytesPerPosting
public static long bytesPerPosting() -
size
public int size() -
getPostings
-
isEmpty
public boolean isEmpty() -
getOrdinal
public int getOrdinal()
-