Uses of Class
org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunction
-
Packages that use AggregateFunction Package Description org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance org.eclipse.rdf4j.query.algebra.evaluation.iterator Implementations ofIterationrelevant to query evaluation.org.eclipse.rdf4j.query.parser.sparql.aggregate -
-
Uses of AggregateFunction in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate
Subclasses of AggregateFunction in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate Modifier and Type Class Description classStatisticalAggregateFunctionAggregateFunctionused 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 AggregateFunction Modifier and Type Method Description AggregateFunctionPopulationStandardDeviationAggregateFactory. buildFunction(java.util.function.Function<BindingSet,Value> evaluationStep)AggregateFunctionStandardDeviationAggregateFactory. buildFunction(java.util.function.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 AggregateFunction Modifier and Type Method Description AggregateFunctionPopulationVarianceAggregateFactory. buildFunction(java.util.function.Function<BindingSet,Value> evaluationStep)AggregateFunctionVarianceAggregateFactory. buildFunction(java.util.function.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.iterator Modifier and Type Class Description private static classGroupIterator.AvgAggregateprivate static classGroupIterator.ConcatAggregateprivate static classGroupIterator.CountAggregateprivate static classGroupIterator.MaxAggregateprivate classGroupIterator.MinAggregateprivate static classGroupIterator.SampleAggregateprivate static classGroupIterator.SumAggregateprivate static classGroupIterator.WildCardCountAggregateFields in org.eclipse.rdf4j.query.algebra.evaluation.iterator declared as AggregateFunction Modifier and Type Field Description private AggregateFunction<T,D>GroupIterator.AggregatePredicateCollectorSupplier. aggConstructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type AggregateFunction Constructor Description AggregatePredicateCollectorSupplier(AggregateFunction<T,D> agg, java.util.function.Supplier<java.util.function.Predicate<D>> makePotentialDistinctTest, java.util.function.Supplier<T> makeAggregateCollector, java.lang.String name) -
Uses of AggregateFunction in org.eclipse.rdf4j.query.parser.sparql.aggregate
Methods in org.eclipse.rdf4j.query.parser.sparql.aggregate that return AggregateFunction Modifier and Type Method Description AggregateFunctionAggregateFunctionFactory. buildFunction(java.util.function.Function<BindingSet,Value> evaluationStep)Builds an aggregate function with input evaluation step
-