Class SampleOperator<Type>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, Operator
Direct Known Subclasses:
FlinkSampleOperator, JavaRandomSampleOperator, JavaReservoirSampleOperator, SparkBernoulliSampleOperator, SparkRandomPartitionSampleOperator, SparkShufflePartitionSampleOperator

public class SampleOperator<Type> extends UnaryToUnaryOperator<Type,Type>
A random sample operator randomly selects its inputs from the input slot and pushes that element to the output slot.
See Also: