Class AggGroupConcatDistinct
- java.lang.Object
-
- org.apache.jena.sparql.expr.aggregate.AggregatorBase
-
- org.apache.jena.sparql.expr.aggregate.AggGroupConcatDistinct
-
- All Implemented Interfaces:
Aggregator
public class AggGroupConcatDistinct extends AggregatorBase
-
-
Constructor Summary
Constructors Constructor Description AggGroupConcatDistinct(Expr expr, java.lang.String separator)
-
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 exprs)
Accumulator
createAccumulator()
Create an accumulator for this aggregatorboolean
equals(Aggregator other, boolean bySyntax)
Consider this 'protected'java.lang.String
getSeparator()
Node
getValueEmpty()
Value if there are no groups : return null for no resultint
hashCode()
java.lang.String
toPrefixString()
-
Methods inherited from class org.apache.jena.sparql.expr.aggregate.AggregatorBase
copyTransform, equals, getExprList, getName, getValue, key, toString
-
-
-
-
Constructor Detail
-
AggGroupConcatDistinct
public AggGroupConcatDistinct(Expr expr, java.lang.String separator)
-
-
Method Detail
-
copy
public Aggregator copy(ExprList exprs)
-
toPrefixString
public java.lang.String toPrefixString()
- Specified by:
toPrefixString
in interfaceAggregator
- Overrides:
toPrefixString
in classAggregatorBase
-
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
-
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
-
getSeparator
public java.lang.String getSeparator()
-
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'
-
-