Uses of Interface
org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunctionFactory
-
-
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 AggregateFunctionFactory Modifier and Type Class Description class
PopulationStandardDeviationAggregateFactory
AggregateFunctionFactory
implementation that providesAggregateFunction
used for processing population standard deviation.class
StandardDeviationAggregateFactory
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 AggregateFunctionFactory Modifier and Type Class Description class
PopulationVarianceAggregateFactory
AggregateFunctionFactory
implementation that providesAggregateFunction
used for processing population variance.class
VarianceAggregateFactory
AggregateFunctionFactory
implementation that providesAggregateFunction
used for processing sample variance. -
Uses of AggregateFunctionFactory in org.eclipse.rdf4j.query.parser.sparql.aggregate
Methods in org.eclipse.rdf4j.query.parser.sparql.aggregate with parameters of type AggregateFunctionFactory Modifier and Type Method Description protected String
CustomAggregateFunctionRegistry. getKey(AggregateFunctionFactory service)
-