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, applyToRow, applyToStatic, onClose, onPartitionClose
public 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)
Transformation
applyToPartition
in class Transformation<UnfilteredRowIterator>
Copyright © 2021 The Apache Software Foundation