Uses of Class
io.trino.sql.planner.rowpattern.AggregatedSetDescriptor
-
Packages that use AggregatedSetDescriptor Package Description io.trino.operator.window.pattern io.trino.sql.planner.rowpattern -
-
Uses of AggregatedSetDescriptor in io.trino.operator.window.pattern
Constructors in io.trino.operator.window.pattern with parameters of type AggregatedSetDescriptor Constructor Description SetEvaluatorSupplier(AggregatedSetDescriptor setDescriptor, Map<IrLabel,Integer> mapping) -
Uses of AggregatedSetDescriptor in io.trino.sql.planner.rowpattern
Methods in io.trino.sql.planner.rowpattern that return AggregatedSetDescriptor Modifier and Type Method Description AggregatedSetDescriptorAggregationValuePointer. getSetDescriptor()Constructors in io.trino.sql.planner.rowpattern with parameters of type AggregatedSetDescriptor Constructor Description AggregationValuePointer(ResolvedFunction function, AggregatedSetDescriptor setDescriptor, List<Expression> arguments, Symbol classifierSymbol, Symbol matchNumberSymbol)
-