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 TypeClassDescriptionclass
AggregateFunction
used 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 class
private static class
private static class
private static class
private class
private static class
private static class
private static class
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator declared as AggregateFunctionModifier and TypeFieldDescriptionprivate final AggregateFunction
<T, D> GroupIterator.AggregatePredicateCollectorSupplier.agg
Constructors 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