Class LazyAggregateLambdaFactory.LazySource<TSource>
java.lang.Object
org.apache.calcite.adapter.enumerable.LazyAggregateLambdaFactory.LazySource<TSource>
- Type Parameters:
TSource
- Type of the enumerable input source.
- All Implemented Interfaces:
Iterable<TSource>
- Enclosing class:
LazyAggregateLambdaFactory<TSource,
TKey, TOrigAccumulate, TResult>
public static class LazyAggregateLambdaFactory.LazySource<TSource>
extends Object
implements Iterable<TSource>
Cache the input sources. (Will be aggregated in result selector.)