Uses of Class
org.apache.wayang.basic.operators.FlatMapOperator
Packages that use FlatMapOperator
Package
Description
-
Uses of FlatMapOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type FlatMapOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of FlatMapOperator in org.apache.wayang.flink.operators
Subclasses of FlatMapOperator in org.apache.wayang.flink.operatorsModifier and TypeClassDescriptionclassFlinkFlatMapOperator<InputType,OutputType> Flink implementation of theFlatMapOperator.Constructors in org.apache.wayang.flink.operators with parameters of type FlatMapOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of FlatMapOperator in org.apache.wayang.java.operators
Subclasses of FlatMapOperator in org.apache.wayang.java.operatorsModifier and TypeClassDescriptionclassJavaFlatMapOperator<InputType,OutputType> Java implementation of theFlatMapOperator.Constructors in org.apache.wayang.java.operators with parameters of type FlatMapOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of FlatMapOperator in org.apache.wayang.spark.operators
Subclasses of FlatMapOperator in org.apache.wayang.spark.operatorsModifier and TypeClassDescriptionclassSparkFlatMapOperator<InputType,OutputType> Spark implementation of theFlatMapOperator.Constructors in org.apache.wayang.spark.operators with parameters of type FlatMapOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts).