Class ListaggAggregationStateFactory
java.lang.Object
io.trino.operator.aggregation.listagg.ListaggAggregationStateFactory
- All Implemented Interfaces:
AccumulatorStateFactory<ListaggAggregationState>
public class ListaggAggregationStateFactory
extends Object
implements AccumulatorStateFactory<ListaggAggregationState>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ListaggAggregationStateFactory
public ListaggAggregationStateFactory()
-
-
Method Details
-
createSingleState
- Specified by:
createSingleStatein interfaceAccumulatorStateFactory<ListaggAggregationState>
-
createGroupedState
- Specified by:
createGroupedStatein interfaceAccumulatorStateFactory<ListaggAggregationState>
-