Package io.trino.sql.planner.rowpattern
Class AggregationValuePointer
java.lang.Object
io.trino.sql.planner.rowpattern.ValuePointer
io.trino.sql.planner.rowpattern.AggregationValuePointer
-
Constructor Summary
ConstructorsConstructorDescriptionAggregationValuePointer(ResolvedFunction function, AggregatedSetDescriptor setDescriptor, List<Expression> arguments, Symbol classifierSymbol, Symbol matchNumberSymbol) -
Method Summary
-
Constructor Details
-
AggregationValuePointer
public AggregationValuePointer(ResolvedFunction function, AggregatedSetDescriptor setDescriptor, List<Expression> arguments, Symbol classifierSymbol, Symbol matchNumberSymbol)
-
-
Method Details