Uses of Interface
org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateCollector
Packages that use AggregateCollector
Package
Description
Implementations of
relevant to query evaluation.
invalid reference
Iteration
-
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.algebra.evaluation.iterator
Classes in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type parameters of type AggregateCollectorModifier and TypeClassDescriptionprivate static classThis is to collect together in operation an aggregate function the name of it.Classes in org.eclipse.rdf4j.query.algebra.evaluation.iterator that implement AggregateCollectorModifier and TypeClassDescriptionprivate classprivate static classprivate static classprivate static classprivate static classprivate static classFields in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type parameters of type AggregateCollectorModifier and TypeFieldDescriptionprivate final List<AggregateCollector> GroupIterator.Entry.collectorsMethods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return types with arguments of type AggregateCollectorModifier and TypeMethodDescriptionprivate List<AggregateCollector> GroupIterator.makeCollectors(List<GroupIterator.AggregatePredicateCollectorSupplier<?, ?>> aggregates) Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type arguments of type AggregateCollectorModifierConstructorDescriptionEntry(BindingSet prototype, List<AggregateCollector> collectors, List<Predicate<?>> predicates) -
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 AggregateCollectorMethods in org.eclipse.rdf4j.query.parser.sparql.aggregate that return AggregateCollector