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 Constructor Description ListaggAggregationStateFactory(Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListaggAggregationStatecreateGroupedState()ListaggAggregationStatecreateSingleState()
-
-
-
Constructor Detail
-
ListaggAggregationStateFactory
public ListaggAggregationStateFactory(Type type)
-
-
Method Detail
-
createSingleState
public ListaggAggregationState createSingleState()
- Specified by:
createSingleStatein interfaceAccumulatorStateFactory<ListaggAggregationState>
-
createGroupedState
public ListaggAggregationState createGroupedState()
- Specified by:
createGroupedStatein interfaceAccumulatorStateFactory<ListaggAggregationState>
-
-