Class AggregatorBase

java.lang.Object
org.apache.jena.sparql.expr.aggregate.AggregatorBase
All Implemented Interfaces:
Aggregator
Direct Known Subclasses:
AggAvg, AggAvgDistinct, AggCount, AggCountDistinct, AggCountVar, AggCountVarDistinct, AggCustom, AggGroupConcat, AggGroupConcatDistinct, AggMax, AggMaxDistinct, AggMedian, AggMedianDistinct, AggMin, AggMinDistinct, AggMode, AggModeDistinct, AggNull, AggSample, AggSampleDistinct, AggSum, AggSumDistinct

public abstract class AggregatorBase extends Object implements Aggregator
Aggregate that does everything except the per-group aggregation that is needed for each operation