Uses of Interface
org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunctionFactory
Packages that use AggregateFunctionFactory
Package
Description
-
Uses of AggregateFunctionFactory in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev
Classes in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev that implement AggregateFunctionFactoryModifier and TypeClassDescriptionclass
AggregateFunctionFactory
implementation that providesAggregateFunction
used for processing population standard deviation.class
AggregateFunctionFactory
implementation that providesAggregateFunction
used for processing sample standard deviation. -
Uses of AggregateFunctionFactory in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance
Classes in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance that implement AggregateFunctionFactoryModifier and TypeClassDescriptionclass
AggregateFunctionFactory
implementation that providesAggregateFunction
used for processing population variance.class
AggregateFunctionFactory
implementation that providesAggregateFunction
used for processing sample variance. -
Uses of AggregateFunctionFactory in org.eclipse.rdf4j.query.parser.sparql.aggregate
Subclasses with type arguments of type AggregateFunctionFactory in org.eclipse.rdf4j.query.parser.sparql.aggregateModifier and TypeClassDescriptionclass
ServiceRegistry
implementation that stores available custom aggregate functions that can be used during query evaluation.Methods in org.eclipse.rdf4j.query.parser.sparql.aggregate with parameters of type AggregateFunctionFactoryModifier and TypeMethodDescriptionprotected String
CustomAggregateFunctionRegistry.getKey
(AggregateFunctionFactory service)