Uses of Class
io.trino.spi.connector.AggregationApplicationResult
Packages that use AggregationApplicationResult
-
Uses of AggregationApplicationResult in io.trino.spi.connector
Methods in io.trino.spi.connector that return types with arguments of type AggregationApplicationResultModifier and TypeMethodDescriptionConnectorMetadata.applyAggregation(ConnectorSession session, ConnectorTableHandle handle, List<AggregateFunction> aggregates, Map<String, ColumnHandle> assignments, List<List<ColumnHandle>> groupingSets) Attempt to push down the aggregates into the table.