Class RowIdWithScore

java.lang.Object
org.apache.cassandra.index.sai.disk.v1.vector.RowIdWithScore

public class RowIdWithScore extends Object
Represents a row id with its computed score.
  • Constructor Details

    • RowIdWithScore

      public RowIdWithScore(int segmentRowId, float score)
  • Method Details