Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.StatisticCollector
-
-
Uses of StatisticCollector in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate with parameters of type StatisticCollector Modifier and Type Method Description void
StatisticalAggregateFunction. processAggregate(BindingSet bindingSet, Predicate<Value> distinctValue, StatisticCollector collector)
-
Uses of StatisticCollector in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev
Subclasses of StatisticCollector in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev Modifier and Type Class Description class
StandardDeviationCollector
AggregateCollector
that can compute both sample and population standard deviation based on input of numericLiteral
s. -
Uses of StatisticCollector in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance
Subclasses of StatisticCollector in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance Modifier and Type Class Description class
VarianceCollector
AggregateCollector
that can compute both sample and population variance based on input of numericLiteral
s.
-