public final class Filter extends Transformation
Constructor and Description |
---|
Filter(int nowInSec,
boolean enforceStrictLiveness) |
Modifier and Type | Method and Description |
---|---|
protected RangeTombstoneMarker |
applyToMarker(RangeTombstoneMarker marker)
Applied to any RTM we encounter in a rows/unfiltered iterator
|
protected RowIterator |
applyToPartition(BaseRowIterator iterator)
Applied to any rows iterator (partition) we encounter in a partitions iterator
|
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, applyToPartitionColumns, applyToPartitionKey, onClose, onPartitionClose
protected RowIterator applyToPartition(BaseRowIterator iterator)
Transformation
applyToPartition
in class Transformation
protected Row applyToStatic(Row row)
Transformation
applyToStatic
in class Transformation
protected Row applyToRow(Row row)
Transformation
applyToRow
in class Transformation
protected RangeTombstoneMarker applyToMarker(RangeTombstoneMarker marker)
Transformation
applyToMarker
in class Transformation
Copyright © 2018 The Apache Software Foundation