Class ListaggAggregationFunction
java.lang.Object
io.trino.operator.aggregation.listagg.ListaggAggregationFunction
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcombine(ListaggAggregationState state, ListaggAggregationState otherState) static voidinput(ListaggAggregationState state, ValueBlock value, int position, io.airlift.slice.Slice separator, boolean overflowError, io.airlift.slice.Slice overflowFiller, boolean showOverflowEntryCount) static voidoutput(ListaggAggregationState state, BlockBuilder blockBuilder)
-
Method Details
-
input
public static void input(ListaggAggregationState state, ValueBlock value, int position, io.airlift.slice.Slice separator, boolean overflowError, io.airlift.slice.Slice overflowFiller, boolean showOverflowEntryCount) -
combine
-
output
-