Class SourceSorter<TAccumulate,TSource,TSortKey>

java.lang.Object
org.apache.calcite.adapter.enumerable.SourceSorter<TAccumulate,TSource,TSortKey>
Type Parameters:
TAccumulate - Type of the accumulator
TSource - Type of the enumerable input source
TSortKey - Type of the sort key
All Implemented Interfaces:
LazyAggregateLambdaFactory.LazyAccumulator<TAccumulate,TSource>

public class SourceSorter<TAccumulate,TSource,TSortKey> extends Object implements LazyAggregateLambdaFactory.LazyAccumulator<TAccumulate,TSource>
Helper that combines the sorting process and accumulating process against the aggregate execution, used with LazyAggregateLambdaFactory.