Uses of Class
org.apache.wayang.basic.operators.UnionAllOperator
Packages that use UnionAllOperator
Package
Description
-
Uses of UnionAllOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type UnionAllOperatorModifierConstructorDescriptionUnionAllOperator
(UnionAllOperator<Type> that) Copies an instance (exclusive of broadcasts). -
Uses of UnionAllOperator in org.apache.wayang.flink.operators
Subclasses of UnionAllOperator in org.apache.wayang.flink.operatorsModifier and TypeClassDescriptionclass
FlinkUnionAllOperator<Type>
Flink implementation of theUnionAllOperator
.Constructors in org.apache.wayang.flink.operators with parameters of type UnionAllOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of UnionAllOperator in org.apache.wayang.java.operators
Subclasses of UnionAllOperator in org.apache.wayang.java.operatorsModifier and TypeClassDescriptionclass
JavaUnionAllOperator<Type>
Java implementation of theUnionAllOperator
.Constructors in org.apache.wayang.java.operators with parameters of type UnionAllOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of UnionAllOperator in org.apache.wayang.spark.operators
Subclasses of UnionAllOperator in org.apache.wayang.spark.operatorsModifier and TypeClassDescriptionclass
SparkUnionAllOperator<Type>
Spark implementation of theUnionAllOperator
.Constructors in org.apache.wayang.spark.operators with parameters of type UnionAllOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts).