Uses of Interface
org.apache.jena.sparql.expr.aggregate.Accumulator
-
Packages that use Accumulator Package Description org.apache.jena.sparql.expr.aggregate org.apache.jena.sparql.expr.aggregate.lib -
-
Uses of Accumulator in org.apache.jena.sparql.expr.aggregate
Classes in org.apache.jena.sparql.expr.aggregate that implement Accumulator Modifier and Type Class Description classAccumulatorExprAccumulator that passes down every value of an expression -
Uses of Accumulator in org.apache.jena.sparql.expr.aggregate.lib
Classes in org.apache.jena.sparql.expr.aggregate.lib that implement Accumulator Modifier and Type Class Description classAccStatStdDevPopulationAggregate - statistical standard deviation - population (i.e.classAccStatStdDevSampleAggregate - statistical standard deviation - sample (i.e.classAccStatVarPopulationAggregate - statistical variance - population (i.e.classAccStatVarSampleAggregate - statistical variance - sample (i.e.
-