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 TypeClassDescriptionfinal classclassMethods 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, Block value, io.airlift.slice.Slice separator, boolean overflowError, io.airlift.slice.Slice overflowFiller, boolean showOverflowEntryCount, int position) default voidListaggAggregationState.merge(ListaggAggregationState otherState) static voidListaggAggregationFunction.output(ListaggAggregationState state, BlockBuilder out) static voidListaggAggregationFunction.outputState(ListaggAggregationState state, VariableWidthBlockBuilder blockBuilder, int maxOutputLength) voidListaggAggregationStateSerializer.serialize(ListaggAggregationState state, BlockBuilder out)