Class ProjectQueryOperation

  • All Implemented Interfaces:
    Operation, QueryOperation

    @Internal
    public class ProjectQueryOperation
    extends Object
    implements QueryOperation
    Table operation that computes new table using given Expressions from its input relational operation.
    • Constructor Detail

      • ProjectQueryOperation

        public ProjectQueryOperation​(List<org.apache.flink.table.expressions.ResolvedExpression> projectList,
                                     QueryOperation child,
                                     org.apache.flink.table.catalog.ResolvedSchema resolvedSchema)