Uses of Interface
org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateCollector
Packages that use AggregateCollector
Package
Description
-
Uses of AggregateCollector in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate
Classes in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate that implement AggregateCollectorModifier and TypeClassDescriptionclassAggregateCollectorimplementation that processes SPARQL statistical functions based on inputLiteralvalues. -
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 AggregateCollectorModifier and TypeClassDescriptionclassAggregateCollectorthat can compute both sample and population standard deviation based on input of numericLiterals.Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev that return AggregateCollectorModifier and TypeMethodDescriptionPopulationStandardDeviationAggregateFactory.getCollector()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 AggregateCollectorModifier and TypeClassDescriptionclassAggregateCollectorthat can compute both sample and population variance based on input of numericLiterals.Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance that return AggregateCollectorModifier and TypeMethodDescriptionPopulationVarianceAggregateFactory.getCollector()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 AggregateCollectorModifier and TypeClassDescriptionclassAggregateFunction<T extends AggregateCollector,D> classAggregateNAryFunction<T extends AggregateCollector,D> N-ary aggregate function processor.Methods in org.eclipse.rdf4j.query.parser.sparql.aggregate that return AggregateCollectorModifier and TypeMethodDescriptionAggregateFunctionFactory.getCollector()AggregateNAryFunctionFactory.getCollector()