Uses of Interface
io.trino.operator.aggregation.arrayagg.ArrayAggregationStateConsumer
Packages that use ArrayAggregationStateConsumer
-
Uses of ArrayAggregationStateConsumer in io.trino.operator.aggregation.arrayagg
Methods in io.trino.operator.aggregation.arrayagg with parameters of type ArrayAggregationStateConsumerModifier and TypeMethodDescriptionprotected final booleanGroupArrayAggregationState.accept(ArrayAggregationStateConsumer consumer, PageBuilder pageBuilder, int currentPosition) voidArrayAggregationState.forEach(ArrayAggregationStateConsumer consumer) voidSingleArrayAggregationState.forEach(ArrayAggregationStateConsumer consumer) -
Uses of ArrayAggregationStateConsumer in io.trino.operator.aggregation.listagg
Methods in io.trino.operator.aggregation.listagg with parameters of type ArrayAggregationStateConsumerModifier and TypeMethodDescriptionvoidListaggArrayAggregationState.forEach(ArrayAggregationStateConsumer consumer)