public final class RTBoundValidator extends Transformation<UnfilteredRowIterator>
| Modifier and Type | Class and Description |
|---|---|
static class |
RTBoundValidator.Stage |
| Modifier and Type | Method and Description |
|---|---|
UnfilteredRowIterator |
applyToPartition(UnfilteredRowIterator partition)
Applied to any rows iterator (partition) we encounter in a partitions iterator
|
static UnfilteredPartitionIterator |
validate(UnfilteredPartitionIterator partitions,
RTBoundValidator.Stage stage,
boolean enforceIsClosed) |
static UnfilteredRowIterator |
validate(UnfilteredRowIterator partition,
RTBoundValidator.Stage stage,
boolean enforceIsClosed) |
apply, apply, apply, apply, applyToDeletion, applyToMarker, applyToPartitionColumns, applyToPartitionKey, applyToRow, applyToStatic, onClose, onPartitionClosepublic static UnfilteredPartitionIterator validate(UnfilteredPartitionIterator partitions, RTBoundValidator.Stage stage, boolean enforceIsClosed)
public static UnfilteredRowIterator validate(UnfilteredRowIterator partition, RTBoundValidator.Stage stage, boolean enforceIsClosed)
public UnfilteredRowIterator applyToPartition(UnfilteredRowIterator partition)
TransformationapplyToPartition in class Transformation<UnfilteredRowIterator>Copyright © 2009-2022 The Apache Software Foundation