Uses of Class
org.apache.wayang.basic.operators.MapOperator
Packages that use MapOperator
Package
Description
-
Uses of MapOperator in org.apache.wayang.basic.operators
Methods in org.apache.wayang.basic.operators that return MapOperatorModifier and TypeMethodDescriptionstatic <Input,Output>
MapOperator<Input,Output> MapOperator.createProjection(Class<Input> inputClass, Class<Output> outputClass, String... fieldNames) Creates a new instance that projects the given fields.static MapOperator<Record,Record> MapOperator.createProjection(RecordType inputType, String... fieldNames) Creates a new instance that projects the given fields ofRecords.Constructors in org.apache.wayang.basic.operators with parameters of type MapOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of MapOperator in org.apache.wayang.flink.operators
Subclasses of MapOperator in org.apache.wayang.flink.operatorsModifier and TypeClassDescriptionclassFlinkMapOperator<InputType,OutputType> Flink implementation of theMapOperator.Constructors in org.apache.wayang.flink.operators with parameters of type MapOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of MapOperator in org.apache.wayang.genericjdbc.operators
Subclasses of MapOperator in org.apache.wayang.genericjdbc.operatorsConstructors in org.apache.wayang.genericjdbc.operators with parameters of type MapOperator -
Uses of MapOperator in org.apache.wayang.java.operators
Subclasses of MapOperator in org.apache.wayang.java.operatorsModifier and TypeClassDescriptionclassJavaMapOperator<InputType,OutputType> Java implementation of theMapOperator.Constructors in org.apache.wayang.java.operators with parameters of type MapOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of MapOperator in org.apache.wayang.jdbc.operators
Subclasses of MapOperator in org.apache.wayang.jdbc.operatorsConstructors in org.apache.wayang.jdbc.operators with parameters of type MapOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of MapOperator in org.apache.wayang.postgres.operators
Subclasses of MapOperator in org.apache.wayang.postgres.operatorsConstructors in org.apache.wayang.postgres.operators with parameters of type MapOperator -
Uses of MapOperator in org.apache.wayang.spark.operators
Subclasses of MapOperator in org.apache.wayang.spark.operatorsModifier and TypeClassDescriptionclassSparkMapOperator<InputType,OutputType> Spark implementation of theMapOperator.Constructors in org.apache.wayang.spark.operators with parameters of type MapOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of MapOperator in org.apache.wayang.sqlite3.operators
Subclasses of MapOperator in org.apache.wayang.sqlite3.operatorsModifier and TypeClassDescriptionclassImplementation of theJdbcProjectionOperatorfor theSqlite3Platform.Constructors in org.apache.wayang.sqlite3.operators with parameters of type MapOperator