Class SparkRandomPartitionSampleOperator<Type>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, SparkExecutionOperator

public class SparkRandomPartitionSampleOperator<Type> extends SampleOperator<Type> implements SparkExecutionOperator
Spark implementation of the SampleOperator. Sampling with replacement (i.e., the sample may contain duplicates)
See Also: