Uses of Interface
org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateCollector
Package
Description
-
Uses of AggregateCollector in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate
Modifier and TypeClassDescriptionclass
AggregateCollector
implementation that processes SPARQL statistical functions based on inputLiteral
values. -
Uses of AggregateCollector in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev
Modifier and TypeClassDescriptionclass
AggregateCollector
that can compute both sample and population standard deviation based on input of numericLiteral
s.Modifier and TypeMethodDescriptionPopulationStandardDeviationAggregateFactory.getCollector()
StandardDeviationAggregateFactory.getCollector()
-
Uses of AggregateCollector in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance
Modifier and TypeClassDescriptionclass
AggregateCollector
that can compute both sample and population variance based on input of numericLiteral
s.Modifier and TypeMethodDescriptionPopulationVarianceAggregateFactory.getCollector()
VarianceAggregateFactory.getCollector()
-
Uses of AggregateCollector in org.eclipse.rdf4j.query.parser.sparql.aggregate