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 TypeClassDescriptionclass
class
class
class
class
class
class
Syntax element and framework execution for custom aggregates.class
class
class
class
class
class
class
class
class
class
class
The null aggregate (which can't be written in SPARQL) calculates nothing but does help remember the group key.class
Aggregate that does everything except the per-group aggregation that is needed for each operationclass
class
class
class
Methods in org.apache.jena.sparql.expr.aggregate that return AggregatorModifier and TypeMethodDescriptionAggregator.copyTransform
(NodeTransform transform) final Aggregator
AggregatorBase.copyTransform
(NodeTransform transform) static Aggregator
AggregatorFactory.createAggNull()
static Aggregator
static Aggregator
AggregatorFactory.createCount
(boolean distinct) static Aggregator
AggregatorFactory.createCountExpr
(boolean distinct, Expr expr) static Aggregator
AggregatorFactory.createCustom
(String iri, boolean distinct, Expr expr) static Aggregator
AggregatorFactory.createCustom
(String iri, boolean distinct, ExprList exprs) static Aggregator
AggregatorFactory.createCustom
(String iri, Args a) static Aggregator
AggregatorFactory.createGroupConcat
(boolean distinct, Expr expr, String separator, ExprList orderedBy) static Aggregator
static Aggregator
AggregatorFactory.createMedian
(boolean distinct, Expr expr) static Aggregator
static Aggregator
AggregatorFactory.createMode
(boolean distinct, Expr expr) static Aggregator
AggregatorFactory.createSample
(boolean distinct, Expr expr) static Aggregator
Methods in org.apache.jena.sparql.expr.aggregate with parameters of type AggregatorModifier and TypeMethodDescriptionboolean
AggAvg.equals
(Aggregator other, boolean bySyntax) boolean
AggAvgDistinct.equals
(Aggregator other, boolean bySyntax) boolean
AggCount.equals
(Aggregator other, boolean bySyntax) boolean
AggCountDistinct.equals
(Aggregator other, boolean bySyntax) boolean
AggCountVar.equals
(Aggregator other, boolean bySyntax) boolean
AggCountVarDistinct.equals
(Aggregator other, boolean bySyntax) boolean
AggCustom.equals
(Aggregator other, boolean bySyntax) boolean
AggGroupConcat.equals
(Aggregator other, boolean bySyntax) boolean
AggGroupConcatDistinct.equals
(Aggregator other, boolean bySyntax) boolean
AggMax.equals
(Aggregator other, boolean bySyntax) boolean
AggMaxDistinct.equals
(Aggregator other, boolean bySyntax) boolean
AggMedian.equals
(Aggregator other, boolean bySyntax) boolean
AggMedianDistinct.equals
(Aggregator other, boolean bySyntax) boolean
AggMin.equals
(Aggregator other, boolean bySyntax) boolean
AggMinDistinct.equals
(Aggregator other, boolean bySyntax) boolean
AggMode.equals
(Aggregator other, boolean bySyntax) boolean
AggModeDistinct.equals
(Aggregator other, boolean bySyntax) boolean
AggNull.equals
(Aggregator other, boolean bySyntax) boolean
Aggregator.equals
(Aggregator other, boolean bySyntax) Consider this 'protected'boolean
AggSample.equals
(Aggregator other, boolean bySyntax) boolean
AggSampleDistinct.equals
(Aggregator other, boolean bySyntax) boolean
AggSum.equals
(Aggregator other, boolean bySyntax) boolean
AggSumDistinct.equals
(Aggregator other, boolean bySyntax)