Class AggregationApplicationResult<T>

java.lang.Object
io.trino.spi.connector.AggregationApplicationResult<T>

public class AggregationApplicationResult<T> extends Object
  • Constructor Details

    • AggregationApplicationResult

      public AggregationApplicationResult(T handle, List<ConnectorExpression> projections, List<Assignment> assignments, Map<ColumnHandle,ColumnHandle> groupingColumnMapping, boolean precalculateStatistics)
      Parameters:
      precalculateStatistics - Indicates whether engine should consider calculating statistics based on the plan before pushdown, as the connector may be unable to provide good table statistics for handle.
  • Method Details