Uses of Class
org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunction
Packages that use AggregateFunction
Package
Description
Implementations of
relevant to query evaluation.
invalid reference
Iteration
-
Uses of AggregateFunction in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate
Modifier and TypeClassDescriptionclassAggregateFunctionused for processing of extended statistical aggregate operations through SPARQL. -
Uses of AggregateFunction in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev that return AggregateFunctionModifier and TypeMethodDescriptionPopulationStandardDeviationAggregateFactory.buildFunction(Function<BindingSet, Value> evaluationStep) StandardDeviationAggregateFactory.buildFunction(Function<BindingSet, Value> evaluationStep) -
Uses of AggregateFunction in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance that return AggregateFunctionModifier and TypeMethodDescriptionPopulationVarianceAggregateFactory.buildFunction(Function<BindingSet, Value> evaluationStep) VarianceAggregateFactory.buildFunction(Function<BindingSet, Value> evaluationStep) -
Uses of AggregateFunction in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Subclasses of AggregateFunction in org.eclipse.rdf4j.query.algebra.evaluation.iteratorModifier and TypeClassDescriptionprivate static classprivate static classprivate static classprivate static classprivate classprivate static classprivate static classprivate static classFields in org.eclipse.rdf4j.query.algebra.evaluation.iterator declared as AggregateFunctionModifier and TypeFieldDescriptionprivate final AggregateFunction<T, D> GroupIterator.AggregatePredicateCollectorSupplier.aggConstructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type AggregateFunctionModifierConstructorDescriptionAggregatePredicateCollectorSupplier(AggregateFunction<T, D> agg, Supplier<Predicate<D>> makePotentialDistinctTest, Supplier<T> makeAggregateCollector, String name) -
Uses of AggregateFunction in org.eclipse.rdf4j.query.parser.sparql.aggregate
Methods in org.eclipse.rdf4j.query.parser.sparql.aggregate that return AggregateFunctionModifier and TypeMethodDescriptionAggregateFunctionFactory.buildFunction(Function<BindingSet, Value> evaluationStep) Builds an aggregate function with input evaluation step