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 TypeClassDescriptionclassFlinkUnionAllOperator<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 TypeClassDescriptionclassJavaUnionAllOperator<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 TypeClassDescriptionclassSparkUnionAllOperator<Type>Spark implementation of theUnionAllOperator.Constructors in org.apache.wayang.spark.operators with parameters of type UnionAllOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts).