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 ofRecord
s.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 class
FlinkMapOperator<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 class
GenericJdbcProjectionOperator
GenericJdbc 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 class
JavaMapOperator<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 class
JdbcProjectionOperator
Projects the fields ofRecord
s.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 class
PostgresProjectionOperator
PostgreSQL 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 class
SparkMapOperator<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 class
Sqlite3ProjectionOperator
Implementation of theJdbcProjectionOperator
for theSqlite3Platform
.Constructors in org.apache.wayang.sqlite3.operators with parameters of type MapOperator Constructor Description Sqlite3ProjectionOperator(MapOperator<Record,Record> that)
-