Uses of Class
org.apache.flink.table.operations.utils.OperationExpressionsUtils.CategorizedExpressions
Packages that use OperationExpressionsUtils.CategorizedExpressions
-
Uses of OperationExpressionsUtils.CategorizedExpressions in org.apache.flink.table.operations.utils
Methods in org.apache.flink.table.operations.utils that return OperationExpressionsUtils.CategorizedExpressionsModifier and TypeMethodDescriptionOperationExpressionsUtils.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.