Class SparkUnionAllOperator<Type>

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

public class SparkUnionAllOperator<Type> extends UnionAllOperator<Type> implements SparkExecutionOperator
Spark implementation of the UnionAllOperator.
See Also: