Uses of Class
org.apache.cassandra.index.sai.disk.v1.vector.PrimaryKeyWithScore
Packages that use PrimaryKeyWithScore
Package
Description
-
Uses of PrimaryKeyWithScore in org.apache.cassandra.index.sai.disk
Methods in org.apache.cassandra.index.sai.disk that return types with arguments of type PrimaryKeyWithScoreModifier and TypeMethodDescriptionEmptyIndex.orderBy(Expression orderer, AbstractBounds<PartitionPosition> keyRange, QueryContext context) abstract List<CloseableIterator<PrimaryKeyWithScore>>SSTableIndex.orderBy(Expression orderer, AbstractBounds<PartitionPosition> keyRange, QueryContext context) EmptyIndex.orderResultsBy(QueryContext context, List<PrimaryKey> results, Expression orderer) abstract List<CloseableIterator<PrimaryKeyWithScore>>SSTableIndex.orderResultsBy(QueryContext context, List<PrimaryKey> results, Expression orderer) -
Uses of PrimaryKeyWithScore in org.apache.cassandra.index.sai.disk.v1
Methods in org.apache.cassandra.index.sai.disk.v1 that return types with arguments of type PrimaryKeyWithScoreModifier and TypeMethodDescriptionV1SSTableIndex.orderBy(Expression orderer, AbstractBounds<PartitionPosition> keyRange, QueryContext context) V1SSTableIndex.orderResultsBy(QueryContext context, List<PrimaryKey> results, Expression orderer) -
Uses of PrimaryKeyWithScore in org.apache.cassandra.index.sai.disk.v1.segment
Methods in org.apache.cassandra.index.sai.disk.v1.segment that return types with arguments of type PrimaryKeyWithScoreModifier and TypeMethodDescriptionIndexSegmentSearcher.orderBy(Expression orderer, AbstractBounds<PartitionPosition> keyRange, QueryContext context) Order the rows by the given expression.Segment.orderBy(Expression orderer, AbstractBounds<PartitionPosition> keyRange, QueryContext context) Order the on-disk index synchronously and produce an iterator in score orderVectorIndexSegmentSearcher.orderBy(Expression orderer, AbstractBounds<PartitionPosition> keyRange, QueryContext context) Segment.orderResultsBy(QueryContext context, List<PrimaryKey> results, Expression orderer) default CloseableIterator<PrimaryKeyWithScore>SegmentOrdering.orderResultsBy(QueryContext queryContext, List<PrimaryKey> results, Expression orderer) Reorder, limit, and put back into original order the results from a single sstableVectorIndexSegmentSearcher.orderResultsBy(QueryContext context, List<PrimaryKey> results, Expression orderer) -
Uses of PrimaryKeyWithScore in org.apache.cassandra.index.sai.disk.v1.vector
Methods in org.apache.cassandra.index.sai.disk.v1.vector that return PrimaryKeyWithScoreModifier and TypeMethodDescriptionprotected PrimaryKeyWithScoreRowIdToPrimaryKeyWithScoreIterator.computeNext()RowIdWithScore.toPrimaryKeyWithScore(ColumnMetadata columnMetadata, SSTableId sstableId, PrimaryKeyMap primaryKeyMap, long segmentRowIdOffset) Methods in org.apache.cassandra.index.sai.disk.v1.vector with parameters of type PrimaryKeyWithScore -
Uses of PrimaryKeyWithScore in org.apache.cassandra.index.sai.memory
Methods in org.apache.cassandra.index.sai.memory that return types with arguments of type PrimaryKeyWithScoreModifier and TypeMethodDescriptionMemtableIndex.orderBy(QueryContext queryContext, Expression orderer, AbstractBounds<PartitionPosition> keyRange) MemtableOrdering.orderBy(QueryContext queryContext, Expression orderer, AbstractBounds<PartitionPosition> keyRange) Order the index based on the given orderer (expression).TrieMemoryIndex.orderBy(QueryContext queryContext, Expression orderer, AbstractBounds<PartitionPosition> keyRange) VectorMemoryIndex.orderBy(QueryContext queryContext, Expression expr, AbstractBounds<PartitionPosition> keyRange) MemtableIndex.orderResultsBy(QueryContext queryContext, List<PrimaryKey> results, Expression orderer) MemtableOrdering.orderResultsBy(QueryContext context, List<PrimaryKey> results, Expression orderer) Order the given list ofPrimaryKeyresults corresponding to the given orderer.TrieMemoryIndex.orderResultsBy(QueryContext context, List<PrimaryKey> results, Expression orderer) VectorMemoryIndex.orderResultsBy(QueryContext queryContext, List<PrimaryKey> results, Expression orderer) -
Uses of PrimaryKeyWithScore in org.apache.cassandra.index.sai.plan
Methods in org.apache.cassandra.index.sai.plan that return types with arguments of type PrimaryKeyWithScoreModifier and TypeMethodDescriptionQueryController.getTopKRows(KeyRangeIterator source, QueryViewBuilder.QueryExpressionView queryExpressionView) QueryController.getTopKRows(QueryViewBuilder.QueryExpressionView queryExpressionView) Method parameters in org.apache.cassandra.index.sai.plan with type arguments of type PrimaryKeyWithScoreModifier and TypeMethodDescriptionStorageAttachedIndexSearcher.ScoreOrderedResultRetriever.readAndValidatePartition(PrimaryKey pk, List<PrimaryKeyWithScore> sourceKeys) Reads and validates a partition for a given primary key against its sources. -
Uses of PrimaryKeyWithScore in org.apache.cassandra.index.sai.utils
Methods in org.apache.cassandra.index.sai.utils that return PrimaryKeyWithScoreModifier and TypeMethodDescriptionprotected PrimaryKeyWithScoreMergePrimaryKeyWithScoreIterator.computeNext()Constructor parameters in org.apache.cassandra.index.sai.utils with type arguments of type PrimaryKeyWithScoreModifierConstructorDescription