Uses of Class
org.apache.wayang.basic.operators.MapOperator
-
-
Uses of MapOperator in org.apache.wayang.basic.operators
Methods in org.apache.wayang.basic.operators that return MapOperator Modifier and Type Method Description static <Input,Output>
MapOperator<Input,Output>MapOperator. createProjection(java.lang.Class<Input> inputClass, java.lang.Class<Output> outputClass, java.lang.String... fieldNames)Creates a new instance that projects the given fields.static MapOperator<Record,Record>MapOperator. createProjection(RecordType inputType, java.lang.String... fieldNames)Creates a new instance that projects the given fields ofRecords.Constructors in org.apache.wayang.basic.operators with parameters of type MapOperator Constructor Description MapOperator(MapOperator<InputType,OutputType> that)Copies an instance (exclusive of broadcasts). -
Uses of MapOperator in org.apache.wayang.flink.operators
Subclasses of MapOperator in org.apache.wayang.flink.operators Modifier and Type Class Description classFlinkMapOperator<InputType,OutputType>Flink implementation of theMapOperator.Constructors in org.apache.wayang.flink.operators with parameters of type MapOperator Constructor Description FlinkMapOperator(MapOperator<InputType,OutputType> that)Copies an instance (exclusive of broadcasts). -
Uses of MapOperator in org.apache.wayang.genericjdbc.operators
Subclasses of MapOperator in org.apache.wayang.genericjdbc.operators Modifier and Type Class Description classGenericJdbcProjectionOperatorGenericJdbc implementation of theFilterOperator.Constructors in org.apache.wayang.genericjdbc.operators with parameters of type MapOperator Constructor Description GenericJdbcProjectionOperator(MapOperator<Record,Record> that) -
Uses of MapOperator in org.apache.wayang.java.operators
Subclasses of MapOperator in org.apache.wayang.java.operators Modifier and Type Class Description classJavaMapOperator<InputType,OutputType>Java implementation of theMapOperator.Constructors in org.apache.wayang.java.operators with parameters of type MapOperator Constructor Description JavaMapOperator(MapOperator<InputType,OutputType> that)Copies an instance (exclusive of broadcasts). -
Uses of MapOperator in org.apache.wayang.jdbc.operators
Subclasses of MapOperator in org.apache.wayang.jdbc.operators Modifier and Type Class Description classJdbcProjectionOperatorProjects the fields ofRecords.Constructors in org.apache.wayang.jdbc.operators with parameters of type MapOperator Constructor Description JdbcProjectionOperator(MapOperator<Record,Record> that)Copies an instance (exclusive of broadcasts). -
Uses of MapOperator in org.apache.wayang.postgres.operators
Subclasses of MapOperator in org.apache.wayang.postgres.operators Modifier and Type Class Description classPostgresProjectionOperatorPostgreSQL implementation of theFilterOperator.Constructors in org.apache.wayang.postgres.operators with parameters of type MapOperator Constructor Description PostgresProjectionOperator(MapOperator<Record,Record> that) -
Uses of MapOperator in org.apache.wayang.spark.operators
Subclasses of MapOperator in org.apache.wayang.spark.operators Modifier and Type Class Description classSparkMapOperator<InputType,OutputType>Spark implementation of theMapOperator.Constructors in org.apache.wayang.spark.operators with parameters of type MapOperator Constructor Description SparkMapOperator(MapOperator<InputType,OutputType> that)Copies an instance (exclusive of broadcasts). -
Uses of MapOperator in org.apache.wayang.sqlite3.operators
Subclasses of MapOperator in org.apache.wayang.sqlite3.operators Modifier and Type Class Description classSqlite3ProjectionOperatorImplementation of theJdbcProjectionOperatorfor theSqlite3Platform.Constructors in org.apache.wayang.sqlite3.operators with parameters of type MapOperator Constructor Description Sqlite3ProjectionOperator(MapOperator<Record,Record> that)
-