Class GroupIterator.ConcatAggregate
- java.lang.Object
-
- org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunction<GroupIterator.StringBuilderCollector,Value>
-
- org.eclipse.rdf4j.query.algebra.evaluation.iterator.GroupIterator.ConcatAggregate
-
- Enclosing class:
- GroupIterator
private static class GroupIterator.ConcatAggregate extends AggregateFunction<GroupIterator.StringBuilderCollector,Value>
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
DEFAULT_SEPERATOR
private java.lang.String
separator
-
Fields inherited from class org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunction
evaluationStep
-
-
Constructor Summary
Constructors Constructor Description ConcatAggregate(java.util.function.Function<BindingSet,Value> f)
ConcatAggregate(java.util.function.Function<BindingSet,Value> f, java.lang.String seperator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.StringBuilderCollector collector)
-
Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunction
evaluate
-
-
-
-
Field Detail
-
DEFAULT_SEPERATOR
private static final java.lang.String DEFAULT_SEPERATOR
- See Also:
- Constant Field Values
-
separator
private final java.lang.String separator
-
-
Constructor Detail
-
ConcatAggregate
public ConcatAggregate(java.util.function.Function<BindingSet,Value> f, java.lang.String seperator) throws QueryEvaluationException
- Throws:
QueryEvaluationException
-
ConcatAggregate
public ConcatAggregate(java.util.function.Function<BindingSet,Value> f) throws QueryEvaluationException
- Throws:
QueryEvaluationException
-
-
Method Detail
-
processAggregate
public void processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.StringBuilderCollector collector) throws QueryEvaluationException
- Specified by:
processAggregate
in classAggregateFunction<GroupIterator.StringBuilderCollector,Value>
- Throws:
QueryEvaluationException
-
-