Uses of Class
io.trino.sql.planner.rowpattern.AggregatedSetDescriptor
Packages that use AggregatedSetDescriptor
-
Uses of AggregatedSetDescriptor in io.trino.operator.window.pattern
Constructors in io.trino.operator.window.pattern with parameters of type AggregatedSetDescriptorModifierConstructorDescriptionSetEvaluatorSupplier(AggregatedSetDescriptor setDescriptor, Map<IrLabel, Integer> mapping) -
Uses of AggregatedSetDescriptor in io.trino.sql.planner.rowpattern
Methods in io.trino.sql.planner.rowpattern that return AggregatedSetDescriptorConstructors in io.trino.sql.planner.rowpattern with parameters of type AggregatedSetDescriptorModifierConstructorDescriptionAggregationValuePointer(ResolvedFunction function, AggregatedSetDescriptor setDescriptor, List<Expression> arguments, Symbol classifierSymbol, Symbol matchNumberSymbol)