Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
VarExprList |
Query.getGroupBy() |
VarExprList |
Query.getProject() |
Modifier and Type | Method and Description |
---|---|
VarExprList |
OpGroup.getGroupVars() |
VarExprList |
OpAssign.getVarExprList() |
VarExprList |
OpExtend.getVarExprList() |
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
OpGroup(Op subOp,
VarExprList groupVars,
List<ExprAggregator> aggregators) |
Modifier and Type | Method and Description |
---|---|
void |
VarExprList.addAll(VarExprList other) |
Constructor and Description |
---|
VarExprList(VarExprList other) |
Constructor and Description |
---|
QueryIterAssign(QueryIterator input,
VarExprList exprs,
ExecutionContext qCxt,
boolean mustBeNewVar) |
QueryIterGroup(QueryIterator qIter,
VarExprList groupVars,
List<ExprAggregator> aggregators,
ExecutionContext execCxt) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static VarExprList |
NodeTransformLib.transform(NodeTransform nodeTransform,
VarExprList varExprList)
Do a node->node conversion of a VarExprList - return original VarExprList for "no change"
|
Modifier and Type | Method and Description |
---|---|
static VarExprList |
NodeTransformLib.transform(NodeTransform nodeTransform,
VarExprList varExprList)
Do a node->node conversion of a VarExprList - return original VarExprList for "no change"
|
Modifier and Type | Method and Description |
---|---|
static VarExprList |
BuilderExpr.buildNamedExpr(Item item) |
static VarExprList |
BuilderExpr.buildNamedExprList(ItemList list) |
static VarExprList |
BuilderExpr.buildNamedExprOrExprList(Item item) |
Licenced under the Apache License, Version 2.0