Uses of Interface
org.apache.cassandra.db.rows.BaseRowIterator
Packages that use BaseRowIterator
Package
Description
File transfer
-
Uses of BaseRowIterator in org.apache.cassandra.db
Method parameters in org.apache.cassandra.db with type arguments of type BaseRowIteratorModifier and TypeMethodDescriptionSinglePartitionReadCommand.queryMemtableAndDisk(ColumnFamilyStore cfs, ColumnFamilyStore.ViewFragment view, Function<CellSourceIdentifier, Transformation<BaseRowIterator<?>>> rowTransformer, ReadExecutionController executionController) -
Uses of BaseRowIterator in org.apache.cassandra.db.filter
Methods in org.apache.cassandra.db.filter that return BaseRowIteratorModifier and TypeMethodDescriptionprotected BaseRowIterator<?>DataLimits.Counter.applyToPartition(BaseRowIterator<?> partition) Methods in org.apache.cassandra.db.filter that return types with arguments of type BaseRowIteratorModifier and TypeMethodDescriptionprotected Transformation<BaseRowIterator<?>>RowFilter.filter(TableMetadata metadata, long nowInSec) Note that the application of this transformation does not yet takeRowFilter.isStrict()into account.Methods in org.apache.cassandra.db.filter with parameters of type BaseRowIteratorModifier and TypeMethodDescriptionprotected BaseRowIterator<?>DataLimits.Counter.applyToPartition(BaseRowIterator<?> partition) -
Uses of BaseRowIterator in org.apache.cassandra.db.partitions
Classes in org.apache.cassandra.db.partitions with type parameters of type BaseRowIteratorModifier and TypeInterfaceDescriptioninterfaceBasePartitionIterator<I extends BaseRowIterator<?>> -
Uses of BaseRowIterator in org.apache.cassandra.db.rows
Classes in org.apache.cassandra.db.rows with type parameters of type BaseRowIteratorModifier and TypeClassDescriptionclassWithOnlyQueriedData<I extends BaseRowIterator<?>>Function to skip cells (from an iterator) that are not part of those queried by the user according to the providedColumnFilter.Subinterfaces of BaseRowIterator in org.apache.cassandra.db.rowsModifier and TypeInterfaceDescriptioninterfaceAn iterator over rows belonging to a partition.interfaceAn iterator over the rows of a given partition that also includes deletion informations.interfaceAbstract class to make writing unfiltered iterators that wrap another iterator easier.Classes in org.apache.cassandra.db.rows that implement BaseRowIteratorModifier and TypeClassDescriptionclassclassAbstract class to create UnfilteredRowIterator that lazily initializes itself.classAn iterator that merges a source of rows with the range tombstone and partition level deletion of a give partition.classAn unfiltered row iterator with a lower bound retrieved from either the global sstable statistics or the row index lower bounds (if available in the cache).Constructors in org.apache.cassandra.db.rows with parameters of type BaseRowIteratorModifierConstructorDescriptionPartitionSerializationException(BaseRowIterator<Unfiltered> partition, Throwable cause) -
Uses of BaseRowIterator in org.apache.cassandra.db.streaming
Classes in org.apache.cassandra.db.streaming that implement BaseRowIterator -
Uses of BaseRowIterator in org.apache.cassandra.db.transform
Classes in org.apache.cassandra.db.transform with type parameters of type BaseRowIteratorModifier and TypeClassDescriptionclassBasePartitions<R extends BaseRowIterator<?>,I extends BasePartitionIterator<? extends BaseRowIterator<?>>> classBasePartitions<R extends BaseRowIterator<?>,I extends BasePartitionIterator<? extends BaseRowIterator<?>>> classBaseRows<R extends Unfiltered,I extends BaseRowIterator<? extends Unfiltered>> interfaceMoreRows<I extends BaseRowIterator<?>>An interface for providing new row contents for a partition.classStoppingTransformation<I extends BaseRowIterator<?>>classTransformation<I extends BaseRowIterator<?>>We have a single common superclass for all Transformations to make implementation efficient.Classes in org.apache.cassandra.db.transform that implement BaseRowIteratorModifier and TypeClassDescriptionclassBaseRows<R extends Unfiltered,I extends BaseRowIterator<? extends Unfiltered>> final classMethods in org.apache.cassandra.db.transform that return BaseRowIteratorModifier and TypeMethodDescriptionprotected BaseRowIterator<?>BasePartitions.applyOne(BaseRowIterator<?> value, Transformation transformation) protected BaseRowIteratorEmptyPartitionsDiscarder.applyToPartition(BaseRowIterator iterator) Methods in org.apache.cassandra.db.transform with parameters of type BaseRowIteratorModifier and TypeMethodDescriptionprotected BaseRowIterator<?>BasePartitions.applyOne(BaseRowIterator<?> value, Transformation transformation) protected BaseRowIteratorEmptyPartitionsDiscarder.applyToPartition(BaseRowIterator iterator) protected RowIteratorFilter.applyToPartition(BaseRowIterator iterator) -
Uses of BaseRowIterator in org.apache.cassandra.index.sai.plan
Methods in org.apache.cassandra.index.sai.plan with type parameters of type BaseRowIteratorModifier and TypeMethodDescription<U extends Unfiltered,R extends BaseRowIterator<U>, P extends BasePartitionIterator<R>>
BasePartitionIterator<?>VectorTopKProcessor.consumeSortByScoreAndTakeTopK(P partitions) Filter given partitions and keep the rows with the highest scores.<U extends Unfiltered,R extends BaseRowIterator<U>, P extends BasePartitionIterator<R>>
BasePartitionIterator<?>VectorTopKProcessor.takeTopKThenSortByPrimaryKey(P partitions) Filter given partitions and keep the rows with the highest scores. -
Uses of BaseRowIterator in org.apache.cassandra.index.sai.utils
Methods in org.apache.cassandra.index.sai.utils with type parameters of type BaseRowIteratorModifier and TypeMethodDescriptionstatic <U extends Unfiltered,R extends BaseRowIterator<U>>
PartitionInfoPartitionInfo.create(R baseRowIterator) -
Uses of BaseRowIterator in org.apache.cassandra.io.sstable
Classes in org.apache.cassandra.io.sstable that implement BaseRowIteratorModifier and TypeClassDescriptionclassAbstractSSTableIterator<RIE extends AbstractRowIndexEntry>class -
Uses of BaseRowIterator in org.apache.cassandra.io.sstable.format.big
Classes in org.apache.cassandra.io.sstable.format.big that implement BaseRowIteratorModifier and TypeClassDescriptionclassA Cell Iterator over SSTableclassA Cell Iterator in reversed clustering order over SSTable