Package io.trino.plugin.base.aggregation
Interface AggregateFunctionRule.RewriteContext<ExpressionResult>
- Enclosing interface:
- AggregateFunctionRule<AggregationResult,
ExpressionResult>
public static interface AggregateFunctionRule.RewriteContext<ExpressionResult>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ColumnHandlegetAssignment(String name) rewriteExpression(ConnectorExpression expression)
-
Method Details
-
getAssignment
-
getAssignments
Map<String,ColumnHandle> getAssignments() -
getSession
ConnectorSession getSession() -
rewriteExpression
-