Class AggregationApplicationResult<T>
java.lang.Object
io.trino.spi.connector.AggregationApplicationResult<T>
-
Constructor Summary
ConstructorsConstructorDescriptionAggregationApplicationResult
(T handle, List<ConnectorExpression> projections, List<Assignment> assignments, Map<ColumnHandle, ColumnHandle> groupingColumnMapping, boolean precalculateStatistics) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
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 forhandle
.
-
-
Method Details
-
getHandle
-
getProjections
-
getAssignments
-
getGroupingColumnMapping
-
isPrecalculateStatistics
public boolean isPrecalculateStatistics()
-