Uses of Class
org.apache.flink.table.operations.utils.OperationExpressionsUtils.CategorizedExpressions
-
Packages that use OperationExpressionsUtils.CategorizedExpressions Package Description org.apache.flink.table.operations.utils -
-
Uses of OperationExpressionsUtils.CategorizedExpressions in org.apache.flink.table.operations.utils
Methods in org.apache.flink.table.operations.utils that return OperationExpressionsUtils.CategorizedExpressions Modifier and Type Method Description static OperationExpressionsUtils.CategorizedExpressionsOperationExpressionsUtils. extractAggregationsAndProperties(List<org.apache.flink.table.expressions.Expression> expressions)Extracts and deduplicates all aggregation and window property expressions (zero, one, or more) from the given expressions.
-