Class AggCountDistinct
- java.lang.Object
-
- org.apache.jena.sparql.expr.aggregate.AggregatorBase
-
- org.apache.jena.sparql.expr.aggregate.AggCountDistinct
-
- All Implemented Interfaces:
Aggregator
public class AggCountDistinct extends AggregatorBase
-
-
Constructor Summary
Constructors Constructor Description AggCountDistinct()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
asSparqlExpr(SerializationContext sCxt)
Format as an (extended) SPARQL expressionAggregator
copy(ExprList expr)
Accumulator
createAccumulator()
Create an accumulator for this aggregatorboolean
equals(Aggregator other, boolean bySyntax)
Consider this 'protected'Expr
getExpr()
Node
getValueEmpty()
Value if there are no groups : return null for no resultint
hashCode()
java.lang.String
toPrefixString()
java.lang.String
toString()
-
Methods inherited from class org.apache.jena.sparql.expr.aggregate.AggregatorBase
copyTransform, equals, getExprList, getName, getValue, key
-
-
-
-
Method Detail
-
copy
public Aggregator copy(ExprList expr)
-
asSparqlExpr
public java.lang.String asSparqlExpr(SerializationContext sCxt)
Description copied from interface:Aggregator
Format as an (extended) SPARQL expression- Specified by:
asSparqlExpr
in interfaceAggregator
- Overrides:
asSparqlExpr
in classAggregatorBase
-
toString
public java.lang.String toString()
- Overrides:
toString
in classAggregatorBase
-
toPrefixString
public java.lang.String toPrefixString()
- Specified by:
toPrefixString
in interfaceAggregator
- Overrides:
toPrefixString
in classAggregatorBase
-
getExpr
public Expr getExpr()
-
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'
-
-