TAccumulate - Type of the accumulatorTSource - Type of the enumerable input sourcepublic class BasicLazyAccumulator<TAccumulate,TSource> extends Object implements LazyAggregateLambdaFactory.LazyAccumulator<TAccumulate,TSource>
LazyAggregateLambdaFactory.| Constructor and Description |
|---|
BasicLazyAccumulator(org.apache.calcite.linq4j.function.Function2<TAccumulate,TSource,TAccumulate> accumulatorAdder) |
| Modifier and Type | Method and Description |
|---|---|
void |
accumulate(Iterable<TSource> sourceIterable,
TAccumulate accumulator) |
public BasicLazyAccumulator(org.apache.calcite.linq4j.function.Function2<TAccumulate,TSource,TAccumulate> accumulatorAdder)
public void accumulate(Iterable<TSource> sourceIterable, TAccumulate accumulator)
accumulate in interface LazyAggregateLambdaFactory.LazyAccumulator<TAccumulate,TSource>Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.