Class StatisticalAggregateFunction
java.lang.Object
org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunction<StatisticCollector,Value>
org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.StatisticalAggregateFunction
@Experimental
public class StatisticalAggregateFunction
extends AggregateFunction<StatisticCollector,Value>
AggregateFunction
used for processing of extended statistical aggregate operations through SPARQL.- Author:
- Tomas Kovachev t.kovachev1996@gmail.com
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunction
evaluationStep
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processAggregate
(BindingSet bindingSet, Predicate<Value> distinctValue, StatisticCollector collector) Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunction
evaluate
-
Constructor Details
-
StatisticalAggregateFunction
-
-
Method Details
-
processAggregate
public void processAggregate(BindingSet bindingSet, Predicate<Value> distinctValue, StatisticCollector collector) throws QueryEvaluationException - Specified by:
processAggregate
in classAggregateFunction<StatisticCollector,
Value> - Throws:
QueryEvaluationException
-