Class WithOnlyQueriedData<I extends BaseRowIterator<?>>

java.lang.Object
org.apache.cassandra.db.transform.Transformation<I>
org.apache.cassandra.db.rows.WithOnlyQueriedData<I>

public class WithOnlyQueriedData<I extends BaseRowIterator<?>> extends Transformation<I>
Function to skip cells (from an iterator) that are not part of those queried by the user according to the provided ColumnFilter. See UnfilteredRowIterators.withOnlyQueriedData(org.apache.cassandra.db.rows.UnfilteredRowIterator, org.apache.cassandra.db.filter.ColumnFilter) for more details.