|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VarExprList | |
---|---|
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.core | |
com.hp.hpl.jena.sparql.engine.iterator | |
com.hp.hpl.jena.sparql.engine.ref | |
com.hp.hpl.jena.sparql.graph | |
com.hp.hpl.jena.sparql.sse.builders |
Uses of VarExprList in com.hp.hpl.jena.query |
---|
Methods in com.hp.hpl.jena.query that return VarExprList | |
---|---|
VarExprList |
Query.getGroupBy()
|
VarExprList |
Query.getProject()
|
Uses of VarExprList in com.hp.hpl.jena.sparql.algebra.op |
---|
Methods in com.hp.hpl.jena.sparql.algebra.op that return VarExprList | |
---|---|
VarExprList |
OpGroup.getGroupVars()
|
VarExprList |
OpAssign.getVarExprList()
|
VarExprList |
OpExtend.getVarExprList()
|
Methods in com.hp.hpl.jena.sparql.algebra.op with parameters of type VarExprList | |
---|---|
static Op |
OpAssign.assign(Op op,
VarExprList exprs)
|
static OpAssign |
OpAssign.assignDirect(Op op,
VarExprList exprs)
Make a OpAssign - guaranteed to return an OpAssign |
static Op |
OpExtend.extend(Op op,
VarExprList exprs)
|
static OpExtend |
OpExtend.extendDirect(Op op,
VarExprList exprs)
Make a OpExtend - guaranteed to return an OpExtend |
Constructors in com.hp.hpl.jena.sparql.algebra.op with parameters of type VarExprList | |
---|---|
OpGroup(Op subOp,
VarExprList groupVars,
List<ExprAggregator> aggregators)
|
Uses of VarExprList in com.hp.hpl.jena.sparql.core |
---|
Methods in com.hp.hpl.jena.sparql.core with parameters of type VarExprList | |
---|---|
void |
VarExprList.addAll(VarExprList other)
|
Constructors in com.hp.hpl.jena.sparql.core with parameters of type VarExprList | |
---|---|
VarExprList(VarExprList other)
|
Uses of VarExprList in com.hp.hpl.jena.sparql.engine.iterator |
---|
Constructors in com.hp.hpl.jena.sparql.engine.iterator with parameters of type VarExprList | |
---|---|
QueryIterAssign(QueryIterator input,
VarExprList exprs,
ExecutionContext qCxt,
boolean mustBeNewVar)
|
|
QueryIterGroup(QueryIterator qIter,
VarExprList groupVars,
List<ExprAggregator> aggregators,
ExecutionContext execCxt)
|
Uses of VarExprList in com.hp.hpl.jena.sparql.engine.ref |
---|
Methods in com.hp.hpl.jena.sparql.engine.ref with parameters of type VarExprList | |
---|---|
Table |
EvaluatorSimple.assign(Table table,
VarExprList exprs)
|
Table |
Evaluator.assign(Table table,
VarExprList exprs)
|
Table |
EvaluatorSimple.extend(Table table,
VarExprList exprs)
|
Table |
Evaluator.extend(Table table,
VarExprList exprs)
|
Table |
EvaluatorSimple.groupBy(Table table,
VarExprList groupVars,
List<ExprAggregator> aggregators)
|
Table |
Evaluator.groupBy(Table table,
VarExprList groupVars,
List<ExprAggregator> aggregators)
|
Uses of VarExprList in com.hp.hpl.jena.sparql.graph |
---|
Methods in com.hp.hpl.jena.sparql.graph that return VarExprList | |
---|---|
static VarExprList |
NodeTransformLib.transform(NodeTransform nodeTransform,
VarExprList varExprList)
Do a node->node conversion of a VarExprList - return original VarExprList for "no change" |
Methods in com.hp.hpl.jena.sparql.graph with parameters of type VarExprList | |
---|---|
static VarExprList |
NodeTransformLib.transform(NodeTransform nodeTransform,
VarExprList varExprList)
Do a node->node conversion of a VarExprList - return original VarExprList for "no change" |
Uses of VarExprList in com.hp.hpl.jena.sparql.sse.builders |
---|
Methods in com.hp.hpl.jena.sparql.sse.builders that return VarExprList | |
---|---|
static VarExprList |
BuilderExpr.buildNamedExpr(Item item)
|
static VarExprList |
BuilderExpr.buildNamedExprList(ItemList list)
|
static VarExprList |
BuilderExpr.buildNamedExprOrExprList(Item item)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |