|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Table in com.hp.hpl.jena.sparql.algebra |
|---|
| Methods in com.hp.hpl.jena.sparql.algebra that return Table | |
|---|---|
static Table |
TableFactory.create()
|
static Table |
TableFactory.create(List<Var> vars)
|
static Table |
TableFactory.create(QueryIterator queryIterator)
|
static Table |
TableFactory.create(Var var,
Node value)
|
static Table |
TableFactory.createEmpty()
|
static Table |
TableFactory.createUnit()
|
| Uses of Table in com.hp.hpl.jena.sparql.algebra.op |
|---|
| Methods in com.hp.hpl.jena.sparql.algebra.op that return Table | |
|---|---|
Table |
OpTable.getTable()
|
| Methods in com.hp.hpl.jena.sparql.algebra.op with parameters of type Table | |
|---|---|
static OpTable |
OpTable.create(Table table)
|
| Uses of Table in com.hp.hpl.jena.sparql.algebra.table |
|---|
| Classes in com.hp.hpl.jena.sparql.algebra.table that implement Table | |
|---|---|
class |
Table1
A table of one row of one binding |
class |
TableBase
|
class |
TableData
|
class |
TableEmpty
|
class |
TableN
|
class |
TableUnit
|
| Methods in com.hp.hpl.jena.sparql.algebra.table that return Table | |
|---|---|
Table |
TableBase.eval(Evaluator evaluator)
|
| Methods in com.hp.hpl.jena.sparql.algebra.table with parameters of type Table | |
|---|---|
static String |
TableWriter.asSSE(Table table)
|
static boolean |
TableUnit.isTableUnit(Table table)
|
static void |
TableWriter.output(Table table,
IndentedWriter out)
|
static void |
TableWriter.output(Table table,
IndentedWriter out,
SerializationContext sCxt)
|
| Uses of Table in com.hp.hpl.jena.sparql.engine |
|---|
| Methods in com.hp.hpl.jena.sparql.engine with parameters of type Table | |
|---|---|
static QueryIterator |
TableJoin.join(QueryIterator left,
Table right,
ExprList condition,
ExecutionContext execCxt)
|
static QueryIterator |
TableJoin.joinWorker(QueryIterator left,
Table right,
JoinType joinType,
ExprList conditions,
ExecutionContext execCxt)
|
static QueryIterator |
TableJoin.leftJoin(QueryIterator left,
Table right,
ExprList condition,
ExecutionContext execCxt)
|
| Uses of Table in com.hp.hpl.jena.sparql.engine.ref |
|---|
| Methods in com.hp.hpl.jena.sparql.engine.ref that return Table | |
|---|---|
Table |
EvaluatorSimple.assign(Table table,
VarExprList exprs)
|
Table |
Evaluator.assign(Table table,
VarExprList exprs)
|
Table |
EvaluatorSimple.basicPattern(BasicPattern pattern)
|
Table |
Evaluator.basicPattern(BasicPattern pattern)
|
Table |
EvaluatorSimple.condition(Table left,
Table right)
|
Table |
Evaluator.condition(Table left,
Table right)
|
Table |
EvaluatorSimple.diff(Table tableLeft,
Table tableRight)
|
Table |
Evaluator.diff(Table tableLeft,
Table tableRight)
|
Table |
EvaluatorSimple.distinct(Table table)
|
Table |
Evaluator.distinct(Table table)
|
static Table |
Eval.eval(Evaluator evaluator,
Op op)
|
Table |
EvaluatorSimple.extend(Table table,
VarExprList exprs)
|
Table |
Evaluator.extend(Table table,
VarExprList exprs)
|
Table |
EvaluatorSimple.filter(ExprList expressions,
Table table)
|
Table |
Evaluator.filter(ExprList expressions,
Table tableLeft)
|
Table |
EvaluatorSimple.groupBy(Table table,
VarExprList groupVars,
List<ExprAggregator> aggregators)
|
Table |
Evaluator.groupBy(Table table,
VarExprList groupVars,
List<ExprAggregator> aggregators)
|
Table |
EvaluatorSimple.join(Table tableLeft,
Table tableRight)
|
Table |
Evaluator.join(Table tableLeft,
Table tableRight)
|
Table |
EvaluatorSimple.leftJoin(Table tableLeft,
Table tableRight,
ExprList exprs)
|
Table |
Evaluator.leftJoin(Table tableLeft,
Table tableRight,
ExprList expr)
|
Table |
EvaluatorSimple.list(Table table)
|
Table |
Evaluator.list(Table table)
|
Table |
EvaluatorSimple.minus(Table tableLeft,
Table tableRight)
|
Table |
Evaluator.minus(Table left,
Table right)
|
Table |
EvaluatorSimple.order(Table table,
List<SortCondition> conditions)
|
Table |
Evaluator.order(Table table,
List<SortCondition> conditions)
|
Table |
EvaluatorSimple.pathPattern(TriplePath triplePath)
|
Table |
Evaluator.pathPattern(TriplePath triplePath)
|
Table |
EvaluatorSimple.procedure(Table table,
Node procId,
ExprList args)
|
Table |
Evaluator.procedure(Table table,
Node procId,
ExprList args)
|
Table |
EvaluatorSimple.project(Table table,
List<Var> projectVars)
|
Table |
Evaluator.project(Table table,
List<Var> projectVars)
|
Table |
EvaluatorSimple.propertyFunction(Table table,
Node procId,
PropFuncArg subjArgs,
PropFuncArg objArgs)
|
Table |
Evaluator.propertyFunction(Table table,
Node procId,
PropFuncArg subjArgs,
PropFuncArg objArgs)
|
Table |
EvaluatorSimple.reduced(Table table)
|
Table |
Evaluator.reduced(Table table)
|
Table |
EvaluatorSimple.slice(Table table,
long start,
long length)
|
Table |
Evaluator.slice(Table table,
long start,
long length)
|
Table |
EvaluatorSimple.union(Table tableLeft,
Table tableRight)
|
Table |
Evaluator.union(Table tableLeft,
Table tableRight)
|
Table |
EvaluatorSimple.unit()
|
Table |
Evaluator.unit()
|
| Methods in com.hp.hpl.jena.sparql.engine.ref with parameters of type Table | |
|---|---|
Table |
EvaluatorSimple.assign(Table table,
VarExprList exprs)
|
Table |
Evaluator.assign(Table table,
VarExprList exprs)
|
Table |
EvaluatorSimple.condition(Table left,
Table right)
|
Table |
Evaluator.condition(Table left,
Table right)
|
Table |
EvaluatorSimple.diff(Table tableLeft,
Table tableRight)
|
Table |
Evaluator.diff(Table tableLeft,
Table tableRight)
|
Table |
EvaluatorSimple.distinct(Table table)
|
Table |
Evaluator.distinct(Table table)
|
Table |
EvaluatorSimple.extend(Table table,
VarExprList exprs)
|
Table |
Evaluator.extend(Table table,
VarExprList exprs)
|
Table |
EvaluatorSimple.filter(ExprList expressions,
Table table)
|
Table |
Evaluator.filter(ExprList expressions,
Table tableLeft)
|
Table |
EvaluatorSimple.groupBy(Table table,
VarExprList groupVars,
List<ExprAggregator> aggregators)
|
Table |
Evaluator.groupBy(Table table,
VarExprList groupVars,
List<ExprAggregator> aggregators)
|
Table |
EvaluatorSimple.join(Table tableLeft,
Table tableRight)
|
Table |
Evaluator.join(Table tableLeft,
Table tableRight)
|
Table |
EvaluatorSimple.leftJoin(Table tableLeft,
Table tableRight,
ExprList exprs)
|
Table |
Evaluator.leftJoin(Table tableLeft,
Table tableRight,
ExprList expr)
|
Table |
EvaluatorSimple.list(Table table)
|
Table |
Evaluator.list(Table table)
|
Table |
EvaluatorSimple.minus(Table tableLeft,
Table tableRight)
|
Table |
Evaluator.minus(Table left,
Table right)
|
Table |
EvaluatorSimple.order(Table table,
List<SortCondition> conditions)
|
Table |
Evaluator.order(Table table,
List<SortCondition> conditions)
|
Table |
EvaluatorSimple.procedure(Table table,
Node procId,
ExprList args)
|
Table |
Evaluator.procedure(Table table,
Node procId,
ExprList args)
|
Table |
EvaluatorSimple.project(Table table,
List<Var> projectVars)
|
Table |
Evaluator.project(Table table,
List<Var> projectVars)
|
Table |
EvaluatorSimple.propertyFunction(Table table,
Node procId,
PropFuncArg subjArgs,
PropFuncArg objArgs)
|
Table |
Evaluator.propertyFunction(Table table,
Node procId,
PropFuncArg subjArgs,
PropFuncArg objArgs)
|
Table |
EvaluatorSimple.reduced(Table table)
|
Table |
Evaluator.reduced(Table table)
|
Table |
EvaluatorSimple.slice(Table table,
long start,
long length)
|
Table |
Evaluator.slice(Table table,
long start,
long length)
|
Table |
EvaluatorSimple.union(Table tableLeft,
Table tableRight)
|
Table |
Evaluator.union(Table tableLeft,
Table tableRight)
|
| Uses of Table in com.hp.hpl.jena.sparql.graph |
|---|
| Methods in com.hp.hpl.jena.sparql.graph that return Table | |
|---|---|
static Table |
NodeTransformLib.transform(Table table,
NodeTransform transform)
|
| Methods in com.hp.hpl.jena.sparql.graph with parameters of type Table | |
|---|---|
static Table |
NodeTransformLib.transform(Table table,
NodeTransform transform)
|
| Uses of Table in com.hp.hpl.jena.sparql.sse |
|---|
| Methods in com.hp.hpl.jena.sparql.sse that return Table | |
|---|---|
static Table |
SSE.parseTable(String s)
Parse a string and obtain a SPARQL algebra table |
static Table |
SSE.parseTable(String s,
PrefixMapping pmap)
Parse a string and obtain a SPARQL algebra table |
static Table |
SSE.readTable(String filename)
Read a file and obtain a SPARQL algebra table |
static Table |
SSE.readTable(String filename,
PrefixMapping pmap)
Read a file and obtain a SPARQL algebra table |
| Uses of Table in com.hp.hpl.jena.sparql.sse.builders |
|---|
| Methods in com.hp.hpl.jena.sparql.sse.builders that return Table | |
|---|---|
static Table |
BuilderTable.build(Item item)
|
| Uses of Table in com.hp.hpl.jena.sparql.sse.writers |
|---|
| Methods in com.hp.hpl.jena.sparql.sse.writers with parameters of type Table | |
|---|---|
static void |
WriterTable.output(IndentedWriter out,
Table table,
SerializationContext sCxt)
|
static void |
WriterTable.outputPlain(IndentedWriter out,
Table table,
SerializationContext sCxt)
|
| Uses of Table in com.hp.hpl.jena.sparql.syntax |
|---|
| Methods in com.hp.hpl.jena.sparql.syntax that return Table | |
|---|---|
Table |
ElementData.getTable()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||