Class OperationExpressionsUtils.CategorizedExpressions

java.lang.Object
org.apache.flink.table.operations.utils.OperationExpressionsUtils.CategorizedExpressions
Enclosing class:
OperationExpressionsUtils

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

    • 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()