Class GroupIterator.CountCollector
- java.lang.Object
-
- org.eclipse.rdf4j.query.algebra.evaluation.iterator.GroupIterator.CountCollector
-
- All Implemented Interfaces:
AggregateCollector
- Enclosing class:
- GroupIterator
private static class GroupIterator.CountCollector extends java.lang.Object implements AggregateCollector
-
-
Field Summary
Fields Modifier and Type Field Description private long
value
private ValueFactory
vf
-
Constructor Summary
Constructors Constructor Description CountCollector(ValueFactory vf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Value
getFinalValue()
-
-
-
Field Detail
-
value
private long value
-
vf
private final ValueFactory vf
-
-
Constructor Detail
-
CountCollector
public CountCollector(ValueFactory vf)
-
-
Method Detail
-
getFinalValue
public Value getFinalValue()
- Specified by:
getFinalValue
in interfaceAggregateCollector
-
-