public class AvgAggregator extends AggregatorNode
GroupingExpression
. It evaluates to the average value that
the contained expression evaluated to over all the inputs.Constructor and Description |
---|
AvgAggregator(GroupingExpression exp)
Constructs a new instance of this class.
|
getExpression, resolveLevel, visit
asImage, asString, getLevel, setLabel
getLabel, toString
public AvgAggregator(GroupingExpression exp)
exp
- The expression to aggregate on.Copyright © 2017. All rights reserved.