Class RowIdWithScore
java.lang.Object
org.apache.cassandra.index.sai.disk.v1.vector.RowIdWithScore
Represents a row id with its computed score.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoPrimaryKeyWithScore(ColumnMetadata columnMetadata, SSTableId sstableId, PrimaryKeyMap primaryKeyMap, long segmentRowIdOffset)
-
Constructor Details
-
RowIdWithScore
public RowIdWithScore(int segmentRowId, float score)
-
-
Method Details
-
toPrimaryKeyWithScore
public PrimaryKeyWithScore toPrimaryKeyWithScore(ColumnMetadata columnMetadata, SSTableId sstableId, PrimaryKeyMap primaryKeyMap, long segmentRowIdOffset)
-