Uses of Class
org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunction
Package
Description
-
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
Modifier 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
Modifier and TypeMethodDescriptionPopulationVarianceAggregateFactory.buildFunction
(Function<BindingSet, Value> evaluationStep) VarianceAggregateFactory.buildFunction
(Function<BindingSet, Value> evaluationStep) -
Uses of AggregateFunction in org.eclipse.rdf4j.query.parser.sparql.aggregate
Modifier and TypeMethodDescriptionAggregateFunctionFactory.buildFunction
(Function<BindingSet, Value> evaluationStep) Builds an aggregate function with input evaluation step