private static class AggregateNode.UdaAccumulatorFactory extends Object implements AggregateNode.AccumulatorFactory
| Modifier and Type | Field and Description |
|---|---|
(package private) AggregateFunctionImpl |
aggFunction |
(package private) int |
argOrdinal |
Object |
instance |
boolean |
nullIfEmpty |
| Constructor and Description |
|---|
UdaAccumulatorFactory(AggregateFunctionImpl aggFunction,
AggregateCall call,
boolean nullIfEmpty) |
final AggregateFunctionImpl aggFunction
final int argOrdinal
public final Object instance
public final boolean nullIfEmpty
UdaAccumulatorFactory(AggregateFunctionImpl aggFunction, AggregateCall call, boolean nullIfEmpty)
public AggregateNode.Accumulator get()
get in interface com.google.common.base.Supplier<AggregateNode.Accumulator>Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.