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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.apache.flink.table.expressions.Expression>
getAggregations()
List<org.apache.flink.table.expressions.Expression>
getProjections()
List<org.apache.flink.table.expressions.Expression>
getWindowProperties()
-