Uses of Class
org.apache.wayang.basic.function.ProjectionDescriptor
-
-
Uses of ProjectionDescriptor in org.apache.wayang.basic.function
Methods in org.apache.wayang.basic.function that return ProjectionDescriptor Modifier and Type Method Description static ProjectionDescriptor<Record,Record>
ProjectionDescriptor. createForRecords(RecordType inputType, java.lang.String... fieldNames)
Creates a new instance that specifically projectsRecord
s. -
Uses of ProjectionDescriptor in org.apache.wayang.genericjdbc.operators
Constructors in org.apache.wayang.genericjdbc.operators with parameters of type ProjectionDescriptor Constructor Description GenericJdbcProjectionOperator(ProjectionDescriptor<Record,Record> functionDescriptor)
-
Uses of ProjectionDescriptor in org.apache.wayang.jdbc.operators
Methods in org.apache.wayang.jdbc.operators that return ProjectionDescriptor Modifier and Type Method Description ProjectionDescriptor<Record,Record>
JdbcProjectionOperator. getFunctionDescriptor()
Constructors in org.apache.wayang.jdbc.operators with parameters of type ProjectionDescriptor Constructor Description JdbcProjectionOperator(ProjectionDescriptor<Record,Record> functionDescriptor)
-
Uses of ProjectionDescriptor in org.apache.wayang.postgres.operators
Constructors in org.apache.wayang.postgres.operators with parameters of type ProjectionDescriptor Constructor Description PostgresProjectionOperator(ProjectionDescriptor<Record,Record> functionDescriptor)
-
Uses of ProjectionDescriptor in org.apache.wayang.sqlite3.operators
Constructors in org.apache.wayang.sqlite3.operators with parameters of type ProjectionDescriptor Constructor Description Sqlite3ProjectionOperator(ProjectionDescriptor<Record,Record> functionDescriptor)
-