Uses of Interface
org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateCollector
-
-
Uses of AggregateCollector in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate
Classes in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate that implement AggregateCollector Modifier and Type Class Description class
StatisticCollector
AggregateCollector
implementation that processes SPARQL statistical functions based on inputLiteral
values. -
Uses of AggregateCollector in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev
Classes in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev that implement AggregateCollector Modifier and Type Class Description class
StandardDeviationCollector
AggregateCollector
that can compute both sample and population standard deviation based on input of numericLiteral
s.Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev that return AggregateCollector Modifier and Type Method Description AggregateCollector
PopulationStandardDeviationAggregateFactory. getCollector()
AggregateCollector
StandardDeviationAggregateFactory. getCollector()
-
Uses of AggregateCollector in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance
Classes in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance that implement AggregateCollector Modifier and Type Class Description class
VarianceCollector
AggregateCollector
that can compute both sample and population variance based on input of numericLiteral
s.Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance that return AggregateCollector Modifier and Type Method Description AggregateCollector
PopulationVarianceAggregateFactory. getCollector()
AggregateCollector
VarianceAggregateFactory. getCollector()
-
Uses of AggregateCollector in org.eclipse.rdf4j.query.parser.sparql.aggregate
Classes in org.eclipse.rdf4j.query.parser.sparql.aggregate with type parameters of type AggregateCollector Modifier and Type Class Description class
AggregateFunction<T extends AggregateCollector,D>
Methods in org.eclipse.rdf4j.query.parser.sparql.aggregate that return AggregateCollector Modifier and Type Method Description AggregateCollector
AggregateFunctionFactory. getCollector()
-