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
 java.util.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
 java.util.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, java.util.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, java.util.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, java.util.List<ExprAggregator> aggregators)
           
 Table Evaluator.groupBy(Table table, VarExprList groupVars, java.util.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 ExprTransform.transform(ExprAggregator eAgg)
           
 Expr ExprTransformCopy.transform(ExprAggregator eAgg)
           
 void ExprVisitor.visit(ExprAggregator eAgg)
           
 void ExprTransformer.ApplyExprTransformVisitor.visit(ExprAggregator eAgg)
           
 void ExprVisitorBase.visit(ExprAggregator eAgg)
           
 



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.