Uses of Interface
io.trino.operator.aggregation.listagg.ListaggAggregationStateConsumer
-
Packages that use ListaggAggregationStateConsumer Package Description io.trino.operator.aggregation.listagg -
-
Uses of ListaggAggregationStateConsumer in io.trino.operator.aggregation.listagg
Methods in io.trino.operator.aggregation.listagg with parameters of type ListaggAggregationStateConsumer Modifier and Type Method Description protected booleanGroupListaggAggregationState. accept(ListaggAggregationStateConsumer consumer, PageBuilder pageBuilder, int currentPosition)voidListaggAggregationState. forEach(ListaggAggregationStateConsumer consumer)voidSingleListaggAggregationState. forEach(ListaggAggregationStateConsumer consumer)
-