Uses of Class
org.apache.wayang.basic.operators.UnionAllOperator
-
Packages that use UnionAllOperator Package Description org.apache.wayang.basic.operators org.apache.wayang.flink.operators org.apache.wayang.java.operators org.apache.wayang.spark.operators -
-
Uses of UnionAllOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type UnionAllOperator Constructor Description UnionAllOperator(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.operators Modifier and Type Class Description classFlinkUnionAllOperator<Type>Flink implementation of theUnionAllOperator.Constructors in org.apache.wayang.flink.operators with parameters of type UnionAllOperator Constructor Description FlinkUnionAllOperator(UnionAllOperator<Type> that)Copies an instance (exclusive of broadcasts). -
Uses of UnionAllOperator in org.apache.wayang.java.operators
Subclasses of UnionAllOperator in org.apache.wayang.java.operators Modifier and Type Class Description classJavaUnionAllOperator<Type>Java implementation of theUnionAllOperator.Constructors in org.apache.wayang.java.operators with parameters of type UnionAllOperator Constructor Description JavaUnionAllOperator(UnionAllOperator<Type> that)Copies an instance (exclusive of broadcasts). -
Uses of UnionAllOperator in org.apache.wayang.spark.operators
Subclasses of UnionAllOperator in org.apache.wayang.spark.operators Modifier and Type Class Description classSparkUnionAllOperator<Type>Spark implementation of theUnionAllOperator.Constructors in org.apache.wayang.spark.operators with parameters of type UnionAllOperator Constructor Description SparkUnionAllOperator(UnionAllOperator<Type> that)Copies an instance (exclusive of broadcasts).
-