Uses of Interface
io.trino.operator.aggregation.listagg.ListaggAggregationState
Packages that use ListaggAggregationState
-
Uses of ListaggAggregationState in io.trino.operator.aggregation.listagg
Classes in io.trino.operator.aggregation.listagg that implement ListaggAggregationStateModifier and TypeClassDescriptionclassclassclassClasses in io.trino.operator.aggregation.listagg that implement interfaces with type arguments of type ListaggAggregationStateModifier and TypeClassDescriptionclassclassMethods in io.trino.operator.aggregation.listagg that return ListaggAggregationStateModifier and TypeMethodDescriptionListaggAggregationStateFactory.createGroupedState()ListaggAggregationStateFactory.createSingleState()Methods in io.trino.operator.aggregation.listagg with parameters of type ListaggAggregationStateModifier and TypeMethodDescriptionstatic voidListaggAggregationFunction.combine(ListaggAggregationState state, ListaggAggregationState otherState) voidListaggAggregationStateSerializer.deserialize(Block block, int index, ListaggAggregationState state) static voidListaggAggregationFunction.input(ListaggAggregationState state, ValueBlock value, int position, io.airlift.slice.Slice separator, boolean overflowError, io.airlift.slice.Slice overflowFiller, boolean showOverflowEntryCount) voidAbstractListaggAggregationState.merge(ListaggAggregationState other) voidListaggAggregationState.merge(ListaggAggregationState otherState) static voidListaggAggregationFunction.output(ListaggAggregationState state, BlockBuilder blockBuilder) voidListaggAggregationStateSerializer.serialize(ListaggAggregationState state, BlockBuilder out)