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