Package org.apache.cassandra.db.transform
package org.apache.cassandra.db.transform
-
ClassDescriptionBasePartitions<R extends BaseRowIterator<?>,
I extends BasePartitionIterator<? extends BaseRowIterator<?>>> MorePartitions<I extends BasePartitionIterator<?>>An interface for providing new partitions for a partitions iterator.MoreRows<I extends BaseRowIterator<?>>An interface for providing new row contents for a partition.A transformation that appends an RT bound marker to row iterators in case they don't have one.A validating transformation that sanity-checks the sequence of RT bounds and boundaries in every partition.StoppingTransformation<I extends BaseRowIterator<?>>Transformation<I extends BaseRowIterator<?>>We have a single common superclass for all Transformations to make implementation efficient.