Uses of Class
com.hp.hpl.jena.sparql.expr.ExprAggregator

Packages that use ExprAggregator
com.hp.hpl.jena.query ARQ - A query engine for Jena, implementing SPARQL. 
com.hp.hpl.jena.sparql.algebra.op   
com.hp.hpl.jena.sparql.engine.iterator   
com.hp.hpl.jena.sparql.engine.ref   
com.hp.hpl.jena.sparql.expr   
 

Uses of ExprAggregator in com.hp.hpl.jena.query
 

Methods in com.hp.hpl.jena.query that return types with arguments of type ExprAggregator
 List<ExprAggregator> Query.getAggregators()
           
 

Uses of ExprAggregator in com.hp.hpl.jena.sparql.algebra.op
 

Methods in com.hp.hpl.jena.sparql.algebra.op that return types with arguments of type ExprAggregator
 List<ExprAggregator> OpGroup.getAggregators()
           
 

Constructor parameters in com.hp.hpl.jena.sparql.algebra.op with type arguments of type ExprAggregator
OpGroup(Op subOp, VarExprList groupVars, List<ExprAggregator> aggregators)
           
 

Uses of ExprAggregator in com.hp.hpl.jena.sparql.engine.iterator
 

Constructor parameters in com.hp.hpl.jena.sparql.engine.iterator with type arguments of type ExprAggregator
QueryIterGroup(QueryIterator qIter, VarExprList groupVars, List<ExprAggregator> aggregators, ExecutionContext execCxt)
           
 

Uses of ExprAggregator in com.hp.hpl.jena.sparql.engine.ref
 

Method parameters in com.hp.hpl.jena.sparql.engine.ref with type arguments of type ExprAggregator
 Table EvaluatorSimple.groupBy(Table table, VarExprList groupVars, List<ExprAggregator> aggregators)
           
 Table Evaluator.groupBy(Table table, VarExprList groupVars, List<ExprAggregator> aggregators)
           
 

Uses of ExprAggregator in com.hp.hpl.jena.sparql.expr
 

Methods in com.hp.hpl.jena.sparql.expr that return ExprAggregator
 ExprAggregator ExprAggregator.applyNodeTransform(NodeTransform transform)
           
 ExprAggregator ExprAggregator.copySubstitute(Binding binding, boolean foldConstants)
           
 

Methods in com.hp.hpl.jena.sparql.expr with parameters of type ExprAggregator
 Expr ExprTransformCopy.transform(ExprAggregator eAgg)
           
 Expr ExprTransform.transform(ExprAggregator eAgg)
           
 void ExprVisitorBase.visit(ExprAggregator eAgg)
           
 void ExprVisitor.visit(ExprAggregator eAgg)
           
 void ExprTransformer.ApplyExprTransformVisitor.visit(ExprAggregator eAgg)
           
 



Licenced under the Apache License, Version 2.0