Uses of Class
io.trino.spi.connector.AggregateFunction
Packages that use AggregateFunction
-
Uses of AggregateFunction in io.trino.spi.connector
Method parameters in io.trino.spi.connector with type arguments of type AggregateFunctionModifier 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.