Class AggAvgDistinct
- java.lang.Object
-
- org.apache.jena.sparql.expr.aggregate.AggregatorBase
-
- org.apache.jena.sparql.expr.aggregate.AggAvgDistinct
-
- All Implemented Interfaces:
Aggregator
public class AggAvgDistinct extends AggregatorBase
-
-
Constructor Summary
Constructors Constructor Description AggAvgDistinct(Expr expr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Aggregatorcopy(ExprList expr)AccumulatorcreateAccumulator()Create an accumulator for this aggregatorbooleanequals(Aggregator other, boolean bySyntax)Consider this 'protected'NodegetValueEmpty()Value if there are no groups : return null for no resultinthashCode()-
Methods inherited from class org.apache.jena.sparql.expr.aggregate.AggregatorBase
asSparqlExpr, copyTransform, equals, getExprList, getName, getValue, key, toPrefixString, toString
-
-
-
-
Constructor Detail
-
AggAvgDistinct
public AggAvgDistinct(Expr expr)
-
-
Method Detail
-
copy
public Aggregator copy(ExprList expr)
-
createAccumulator
public Accumulator createAccumulator()
Description copied from interface:AggregatorCreate an accumulator for this aggregator- Specified by:
createAccumulatorin interfaceAggregator- Specified by:
createAccumulatorin classAggregatorBase
-
getValueEmpty
public Node getValueEmpty()
Description copied from interface:AggregatorValue if there are no groups : return null for no result- Specified by:
getValueEmptyin interfaceAggregator- Specified by:
getValueEmptyin classAggregatorBase
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceAggregator- Specified by:
hashCodein classAggregatorBase
-
equals
public boolean equals(Aggregator other, boolean bySyntax)
Description copied from interface:AggregatorConsider this 'protected'
-
-