Class SkipAggregationBuilder

java.lang.Object
io.trino.operator.aggregation.partial.SkipAggregationBuilder
All Implemented Interfaces:
HashAggregationBuilder, AutoCloseable

public class SkipAggregationBuilder extends Object implements HashAggregationBuilder
HashAggregationBuilder that does not aggregate input rows at all. It passes the input pages, augmented with initial accumulator state to the output. It can only be used at the partial aggregation step as it relies on rows be aggregated at the final step.