Uses of Interface
io.trino.operator.aggregation.listagg.ListaggAggregationState
-
Packages that use ListaggAggregationState Package Description io.trino.operator.aggregation.listagg -
-
Uses of ListaggAggregationState in io.trino.operator.aggregation.listagg
Classes in io.trino.operator.aggregation.listagg that implement ListaggAggregationState Modifier and Type Class Description classGroupListaggAggregationStateclassSingleListaggAggregationStateMethods in io.trino.operator.aggregation.listagg that return ListaggAggregationState Modifier and Type Method Description ListaggAggregationStateListaggAggregationStateFactory. createGroupedState()ListaggAggregationStateListaggAggregationStateFactory. createSingleState()Methods in io.trino.operator.aggregation.listagg with parameters of type ListaggAggregationState Modifier and Type Method Description static voidListaggAggregationFunction. combine(Type type, ListaggAggregationState state, ListaggAggregationState otherState)voidListaggAggregationStateSerializer. deserialize(Block block, int index, ListaggAggregationState state)static voidListaggAggregationFunction. input(Type type, 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(Type type, ListaggAggregationState state, BlockBuilder out)protected static voidListaggAggregationFunction. outputState(ListaggAggregationState state, BlockBuilder out, int maxOutputLength)voidListaggAggregationStateSerializer. serialize(ListaggAggregationState state, BlockBuilder out)
-