Class SingleDependencyReducingAggregateLoader<T>

Object
AbstractAttributeLoader<T>
AbstractAggregateLoader<T>
ReducingAggregateLoader<T>
SingleDependencyReducingAggregateLoader<T>
All Implemented Interfaces:
AggregateAttributeLoader<T>, AttributeLoader<T>, MultiRowAttributeLoader<T>, ValueReducer<T>, RowAttributeLoader<T>
Direct Known Subclasses:
LongSumLoader, NumberSumLoader

public abstract class SingleDependencyReducingAggregateLoader<T> extends ReducingAggregateLoader<T>