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