java.lang.Object
org.apache.jena.sparql.expr.aggregate.AggregatorBase
org.apache.jena.sparql.expr.aggregate.AggCountDistinct
- All Implemented Interfaces:
Aggregator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFormat as an (extended) SPARQL expressionCreate an accumulator for this aggregatorbooleanequals(Aggregator other, boolean bySyntax) Consider this 'protected'getExpr()org.apache.jena.graph.NodeValue if there are no groups : return null for no resultinthashCode()toString()Methods inherited from class org.apache.jena.sparql.expr.aggregate.AggregatorBase
copyTransform, equals, getExprList, getName, getValue, key
-
Constructor Details
-
AggCountDistinct
public AggCountDistinct()
-
-
Method Details
-
copy
-
asSparqlExpr
Description copied from interface:AggregatorFormat as an (extended) SPARQL expression- Specified by:
asSparqlExprin interfaceAggregator- Overrides:
asSparqlExprin classAggregatorBase
-
toString
- Overrides:
toStringin classAggregatorBase
-
toPrefixString
- Specified by:
toPrefixStringin interfaceAggregator- Overrides:
toPrefixStringin classAggregatorBase
-
getExpr
-
createAccumulator
Description copied from interface:AggregatorCreate an accumulator for this aggregator- Specified by:
createAccumulatorin interfaceAggregator- Specified by:
createAccumulatorin classAggregatorBase
-
getValueEmpty
public org.apache.jena.graph.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
Description copied from interface:AggregatorConsider this 'protected'
-