Uses of Class
org.apache.wayang.basic.operators.GlobalMaterializedGroupOperator
-
Packages that use GlobalMaterializedGroupOperator Package Description org.apache.wayang.basic.operators org.apache.wayang.flink.operators org.apache.wayang.java.operators org.apache.wayang.spark.operators -
-
Uses of GlobalMaterializedGroupOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type GlobalMaterializedGroupOperator Constructor Description GlobalMaterializedGroupOperator(GlobalMaterializedGroupOperator<Type> that)Copies an instance (exclusive of broadcasts). -
Uses of GlobalMaterializedGroupOperator in org.apache.wayang.flink.operators
Subclasses of GlobalMaterializedGroupOperator in org.apache.wayang.flink.operators Modifier and Type Class Description classFlinkGlobalMaterializedGroupOperator<Type>Flink implementation of theGlobalMaterializedGroupOperator.Constructors in org.apache.wayang.flink.operators with parameters of type GlobalMaterializedGroupOperator Constructor Description FlinkGlobalMaterializedGroupOperator(GlobalMaterializedGroupOperator<Type> that)Copies an instance (exclusive of broadcasts). -
Uses of GlobalMaterializedGroupOperator in org.apache.wayang.java.operators
Subclasses of GlobalMaterializedGroupOperator in org.apache.wayang.java.operators Modifier and Type Class Description classJavaGlobalMaterializedGroupOperator<Type>Java implementation of theGlobalMaterializedGroupOperator.Constructors in org.apache.wayang.java.operators with parameters of type GlobalMaterializedGroupOperator Constructor Description JavaGlobalMaterializedGroupOperator(GlobalMaterializedGroupOperator<Type> that)Copies an instance (exclusive of broadcasts). -
Uses of GlobalMaterializedGroupOperator in org.apache.wayang.spark.operators
Subclasses of GlobalMaterializedGroupOperator in org.apache.wayang.spark.operators Modifier and Type Class Description classSparkGlobalMaterializedGroupOperator<Type>Spark implementation of theGlobalMaterializedGroupOperator.Constructors in org.apache.wayang.spark.operators with parameters of type GlobalMaterializedGroupOperator Constructor Description SparkGlobalMaterializedGroupOperator(GlobalMaterializedGroupOperator<Type> that)Copies an instance (exclusive of broadcasts).
-