Uses of Interface
org.apache.jena.sparql.expr.aggregate.Aggregator
-
Packages that use Aggregator Package Description org.apache.jena.query ARQ - A query engine for Jena, implementing SPARQL.org.apache.jena.sparql.expr org.apache.jena.sparql.expr.aggregate -
-
Uses of Aggregator in org.apache.jena.query
Methods in org.apache.jena.query with parameters of type Aggregator Modifier and Type Method Description ExprQuery. allocAggregate(Aggregator agg) -
Uses of Aggregator in org.apache.jena.sparql.expr
Methods in org.apache.jena.sparql.expr that return Aggregator Modifier and Type Method Description AggregatorExprAggregator. getAggregator()Constructors in org.apache.jena.sparql.expr with parameters of type Aggregator Constructor Description ExprAggregator(Var v, Aggregator agg) -
Uses of Aggregator in org.apache.jena.sparql.expr.aggregate
Classes in org.apache.jena.sparql.expr.aggregate that implement Aggregator Modifier and Type Class Description classAggAvgclassAggAvgDistinctclassAggCountclassAggCountDistinctclassAggCountVarclassAggCountVarDistinctclassAggCustomSyntax element and framework execution for custom aggregates.classAggGroupConcatclassAggGroupConcatDistinctclassAggMaxclassAggMaxDistinctclassAggMedianclassAggMedianDistinctclassAggMinclassAggMinDistinctclassAggModeclassAggModeDistinctclassAggNullThe null aggregate (which can't be written in SPARQL) calculates nothing but does help remember the group key.classAggregatorBaseAggregate that does everything except the per-group aggregation that is needed for each operationclassAggSampleclassAggSampleDistinctclassAggSumclassAggSumDistinctMethods in org.apache.jena.sparql.expr.aggregate that return Aggregator Modifier and Type Method Description AggregatorAggAvg. copy(ExprList expr)AggregatorAggAvgDistinct. copy(ExprList expr)AggregatorAggCount. copy(ExprList expr)AggregatorAggCountDistinct. copy(ExprList expr)AggregatorAggCountVar. copy(ExprList expr)AggregatorAggCountVarDistinct. copy(ExprList exprs)AggregatorAggCustom. copy(ExprList exprs)AggregatorAggGroupConcat. copy(ExprList expr)AggregatorAggGroupConcatDistinct. copy(ExprList exprs)AggregatorAggMax. copy(ExprList expr)AggregatorAggMaxDistinct. copy(ExprList expr)AggregatorAggMedian. copy(ExprList expr)AggregatorAggMedianDistinct. copy(ExprList expr)AggregatorAggMin. copy(ExprList exprs)AggregatorAggMinDistinct. copy(ExprList exprs)AggregatorAggMode. copy(ExprList expr)AggregatorAggModeDistinct. copy(ExprList expr)AggregatorAggNull. copy(ExprList exprs)AggregatorAggregator. copy(ExprList exprs)AggregatorAggSample. copy(ExprList exprs)AggregatorAggSampleDistinct. copy(ExprList exprs)AggregatorAggSum. copy(ExprList exprs)AggregatorAggSumDistinct. copy(ExprList exprs)AggregatorAggregator. copyTransform(NodeTransform transform)AggregatorAggregatorBase. copyTransform(NodeTransform transform)static AggregatorAggregatorFactory. createAggNull()static AggregatorAggregatorFactory. createAvg(boolean distinct, Expr expr)static AggregatorAggregatorFactory. createCount(boolean distinct)static AggregatorAggregatorFactory. createCountExpr(boolean distinct, Expr expr)static AggregatorAggregatorFactory. createCustom(java.lang.String iri, boolean distinct, Expr expr)static AggregatorAggregatorFactory. createCustom(java.lang.String iri, boolean distinct, ExprList exprs)static AggregatorAggregatorFactory. createCustom(java.lang.String iri, Args a)static AggregatorAggregatorFactory. createGroupConcat(boolean distinct, Expr expr, java.lang.String separator, ExprList orderedBy)static AggregatorAggregatorFactory. createMax(boolean distinct, Expr expr)static AggregatorAggregatorFactory. createMedian(boolean distinct, Expr expr)static AggregatorAggregatorFactory. createMin(boolean distinct, Expr expr)static AggregatorAggregatorFactory. createMode(boolean distinct, Expr expr)static AggregatorAggregatorFactory. createSample(boolean distinct, Expr expr)static AggregatorAggregatorFactory. createSum(boolean distinct, Expr expr)Methods in org.apache.jena.sparql.expr.aggregate with parameters of type Aggregator Modifier and Type Method Description booleanAggAvg. 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)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)
-