public class WithOnlyQueriedData<I extends BaseRowIterator<?>> extends Transformation<I>
ColumnFilter
. See UnfilteredRowIterators#withoutSkippedValues
for more details.Constructor and Description |
---|
WithOnlyQueriedData(ColumnFilter filter) |
Modifier and Type | Method and Description |
---|---|
protected Row |
applyToRow(Row row)
Applied to any row we encounter in a rows iterator
|
protected Row |
applyToStatic(Row row)
Applied to the static row of any rows iterator.
|
apply, apply, apply, apply, applyToDeletion, applyToMarker, applyToPartition, applyToPartitionKey, onClose, onPartitionClose
public WithOnlyQueriedData(ColumnFilter filter)
protected Row applyToStatic(Row row)
Transformation
applyToStatic
in class Transformation<I extends BaseRowIterator<?>>
protected Row applyToRow(Row row)
Transformation
applyToRow
in class Transformation<I extends BaseRowIterator<?>>
Copyright © 2016 The Apache Software Foundation