Uses of Class
org.apache.wayang.basic.operators.MapPartitionsOperator
Packages that use MapPartitionsOperator
Package
Description
-
Uses of MapPartitionsOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type MapPartitionsOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of MapPartitionsOperator in org.apache.wayang.flink.operators
Subclasses of MapPartitionsOperator in org.apache.wayang.flink.operatorsModifier and TypeClassDescriptionclassFlinkMapPartitionsOperator<InputType,OutputType> Flink implementation of theMapPartitionsOperator.Constructors in org.apache.wayang.flink.operators with parameters of type MapPartitionsOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of MapPartitionsOperator in org.apache.wayang.java.operators
Subclasses of MapPartitionsOperator in org.apache.wayang.java.operatorsModifier and TypeClassDescriptionclassJavaMapPartitionsOperator<InputType,OutputType> Java implementation of theMapPartitionsOperator.Constructors in org.apache.wayang.java.operators with parameters of type MapPartitionsOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of MapPartitionsOperator in org.apache.wayang.spark.operators
Subclasses of MapPartitionsOperator in org.apache.wayang.spark.operatorsModifier and TypeClassDescriptionclassSparkMapPartitionsOperator<InputType,OutputType> Spark implementation of theMapPartitionsOperator.Constructors in org.apache.wayang.spark.operators with parameters of type MapPartitionsOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts).