Class OperationExpressionsUtils.CategorizedExpressions

  • Enclosing class:
    OperationExpressionsUtils

    @Internal
    public static class OperationExpressionsUtils.CategorizedExpressions
    extends Object
    Container for extracted expressions of the same family.
    • Method Detail

      • getProjections

        public List<org.apache.flink.table.expressions.Expression> getProjections()
      • getAggregations

        public List<org.apache.flink.table.expressions.Expression> getAggregations()
      • getWindowProperties

        public List<org.apache.flink.table.expressions.Expression> getWindowProperties()