Uses of Interface
org.apache.jena.sparql.expr.aggregate.Aggregator
Packages that use Aggregator
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of Aggregator in org.apache.jena.query
Methods in org.apache.jena.query with parameters of type Aggregator -
Uses of Aggregator in org.apache.jena.sparql.expr
Methods in org.apache.jena.sparql.expr that return AggregatorConstructors in org.apache.jena.sparql.expr with parameters of type Aggregator -
Uses of Aggregator in org.apache.jena.sparql.expr.aggregate
Classes in org.apache.jena.sparql.expr.aggregate that implement AggregatorModifier and TypeClassDescriptionclassclassclassclassclassclassclassSyntax element and framework execution for custom aggregates.classclassclassclassclassclassclassclassclassclassclassclassclassThe null aggregate (which can't be written in SPARQL) calculates nothing but does help remember the group key.classAggregate that does everything except the per-group aggregation that is needed for each operationclassclassclassclassMethods in org.apache.jena.sparql.expr.aggregate that return AggregatorModifier and TypeMethodDescriptionAggregator.copyTransform(NodeTransform transform) final AggregatorAggregatorBase.copyTransform(NodeTransform transform) static AggregatorAggregatorFactory.createAggNull()static Aggregatorstatic AggregatorAggregatorFactory.createCount(boolean distinct) static AggregatorAggregatorFactory.createCountExpr(boolean distinct, Expr expr) static AggregatorAggregatorFactory.createCustom(String iri, boolean distinct, Expr expr) static AggregatorAggregatorFactory.createCustom(String iri, boolean distinct, ExprList exprs) static AggregatorAggregatorFactory.createCustom(String iri, Args a) static AggregatorAggregatorFactory.createFold(boolean distinct, Expr expr1, Expr expr2, List<SortCondition> orderBy) static AggregatorAggregatorFactory.createGroupConcat(boolean distinct, Expr expr, String separator, ExprList orderedBy) static Aggregatorstatic AggregatorAggregatorFactory.createMedian(boolean distinct, Expr expr) static Aggregatorstatic AggregatorAggregatorFactory.createMode(boolean distinct, Expr expr) static AggregatorAggregatorFactory.createSample(boolean distinct, Expr expr) static AggregatorMethods in org.apache.jena.sparql.expr.aggregate with parameters of type AggregatorModifier and TypeMethodDescriptionbooleanAggAvg.equals(Aggregator other, boolean bySyntax) booleanAggAvgDistinct.equals(Aggregator other, boolean bySyntax) booleanAggCount.equals(Aggregator other, boolean bySyntax) booleanAggCountDistinct.equals(Aggregator other, boolean bySyntax) booleanAggCountVar.equals(Aggregator other, boolean bySyntax) booleanAggCountVarDistinct.equals(Aggregator other, boolean bySyntax) booleanAggCustom.equals(Aggregator other, boolean bySyntax) booleanAggFoldList.equals(Aggregator other, boolean bySyntax) booleanAggFoldMap.equals(Aggregator other, boolean bySyntax) booleanAggGroupConcat.equals(Aggregator other, boolean bySyntax) booleanAggGroupConcatDistinct.equals(Aggregator other, boolean bySyntax) booleanAggMax.equals(Aggregator other, boolean bySyntax) booleanAggMaxDistinct.equals(Aggregator other, boolean bySyntax) booleanAggMedian.equals(Aggregator other, boolean bySyntax) booleanAggMedianDistinct.equals(Aggregator other, boolean bySyntax) booleanAggMin.equals(Aggregator other, boolean bySyntax) booleanAggMinDistinct.equals(Aggregator other, boolean bySyntax) booleanAggMode.equals(Aggregator other, boolean bySyntax) booleanAggModeDistinct.equals(Aggregator other, boolean bySyntax) booleanAggNull.equals(Aggregator other, boolean bySyntax) booleanAggregator.equals(Aggregator other, boolean bySyntax) Consider this 'protected'booleanAggSample.equals(Aggregator other, boolean bySyntax) booleanAggSampleDistinct.equals(Aggregator other, boolean bySyntax) booleanAggSum.equals(Aggregator other, boolean bySyntax) booleanAggSumDistinct.equals(Aggregator other, boolean bySyntax)