Uses of Class
org.apache.wayang.basic.function.ProjectionDescriptor
Packages that use ProjectionDescriptor
Package
Description
-
Uses of ProjectionDescriptor in org.apache.wayang.basic.function
Methods in org.apache.wayang.basic.function that return ProjectionDescriptorModifier and TypeMethodDescriptionstatic ProjectionDescriptor<Record,Record> ProjectionDescriptor.createForRecords(RecordType inputType, String... fieldNames) Creates a new instance that specifically projectsRecords. -
Uses of ProjectionDescriptor in org.apache.wayang.genericjdbc.operators
Constructors in org.apache.wayang.genericjdbc.operators with parameters of type ProjectionDescriptorModifierConstructorDescriptionGenericJdbcProjectionOperator(ProjectionDescriptor<Record, Record> functionDescriptor) -
Uses of ProjectionDescriptor in org.apache.wayang.jdbc.operators
Methods in org.apache.wayang.jdbc.operators that return ProjectionDescriptorConstructors in org.apache.wayang.jdbc.operators with parameters of type ProjectionDescriptorModifierConstructorDescriptionJdbcProjectionOperator(ProjectionDescriptor<Record, Record> functionDescriptor) -
Uses of ProjectionDescriptor in org.apache.wayang.postgres.operators
Constructors in org.apache.wayang.postgres.operators with parameters of type ProjectionDescriptorModifierConstructorDescriptionPostgresProjectionOperator(ProjectionDescriptor<Record, Record> functionDescriptor) -
Uses of ProjectionDescriptor in org.apache.wayang.sqlite3.operators
Constructors in org.apache.wayang.sqlite3.operators with parameters of type ProjectionDescriptorModifierConstructorDescriptionSqlite3ProjectionOperator(ProjectionDescriptor<Record, Record> functionDescriptor)