Package io.trino.spi.function
Class AggregationImplementation.AccumulatorStateDescriptor.Builder<T extends AccumulatorState>
java.lang.Object
io.trino.spi.function.AggregationImplementation.AccumulatorStateDescriptor.Builder<T>
- Enclosing class:
- AggregationImplementation.AccumulatorStateDescriptor<T extends AccumulatorState>
public static class AggregationImplementation.AccumulatorStateDescriptor.Builder<T extends AccumulatorState>
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()factory(AccumulatorStateFactory<T> factory) serializer(AccumulatorStateSerializer<T> serializer)
-
Method Details
-
serializer
public AggregationImplementation.AccumulatorStateDescriptor.Builder<T> serializer(AccumulatorStateSerializer<T> serializer) -
factory
public AggregationImplementation.AccumulatorStateDescriptor.Builder<T> factory(AccumulatorStateFactory<T> factory) -
build
-