Uses of Class
org.apache.jena.sparql.expr.ExprAggregator
Packages that use ExprAggregator
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of ExprAggregator in org.apache.jena.query
Methods in org.apache.jena.query that return types with arguments of type ExprAggregator -
Uses of ExprAggregator in org.apache.jena.sparql.algebra.op
Methods in org.apache.jena.sparql.algebra.op that return types with arguments of type ExprAggregatorMethod parameters in org.apache.jena.sparql.algebra.op with type arguments of type ExprAggregatorModifier and TypeMethodDescriptionstatic OpGroup
OpGroup.create
(Op subOp, VarExprList groupVars, List<ExprAggregator> aggregators) Constructor parameters in org.apache.jena.sparql.algebra.op with type arguments of type ExprAggregatorModifierConstructorDescriptionOpGroup
(Op subOp, VarExprList groupVars, List<ExprAggregator> aggregators) -
Uses of ExprAggregator in org.apache.jena.sparql.algebra.walker
Methods in org.apache.jena.sparql.algebra.walker with parameters of type ExprAggregatorModifier and TypeMethodDescriptionvoid
ApplyTransformVisitor.visit
(ExprAggregator eAgg) void
WalkerVisitor.visit
(ExprAggregator eAgg) Method parameters in org.apache.jena.sparql.algebra.walker with type arguments of type ExprAggregatorModifier and TypeMethodDescriptiondefault void
OpVisitorByTypeAndExpr.visitAggregators
(List<ExprAggregator> aggregators) -
Uses of ExprAggregator in org.apache.jena.sparql.engine.iterator
Constructor parameters in org.apache.jena.sparql.engine.iterator with type arguments of type ExprAggregatorModifierConstructorDescriptionQueryIterGroup
(QueryIterator qIter, VarExprList groupVars, List<ExprAggregator> aggregators, ExecutionContext execCxt) -
Uses of ExprAggregator in org.apache.jena.sparql.engine.ref
Method parameters in org.apache.jena.sparql.engine.ref with type arguments of type ExprAggregatorModifier and TypeMethodDescriptionEvaluator.groupBy
(Table table, VarExprList groupVars, List<ExprAggregator> aggregators) EvaluatorSimple.groupBy
(Table table, VarExprList groupVars, List<ExprAggregator> aggregators) -
Uses of ExprAggregator in org.apache.jena.sparql.expr
Methods in org.apache.jena.sparql.expr that return ExprAggregatorModifier and TypeMethodDescriptionExprAggregator.applyNodeTransform
(NodeTransform transform) ExprAggregator.copySubstitute
(Binding binding) Methods in org.apache.jena.sparql.expr with parameters of type ExprAggregatorModifier and TypeMethodDescriptionExprTransform.transform
(ExprAggregator eAgg) ExprTransformBase.transform
(ExprAggregator eAgg) ExprTransformCopy.transform
(ExprAggregator eAgg) void
ExprVisitor.visit
(ExprAggregator eAgg) void
ExprVisitorBase.visit
(ExprAggregator eAgg) -
Uses of ExprAggregator in org.apache.jena.sparql.syntax.syntaxtransform
Methods in org.apache.jena.sparql.syntax.syntaxtransform with parameters of type ExprAggregator