Uses of Interface
com.hp.hpl.jena.sparql.algebra.Table

Packages that use Table
com.hp.hpl.jena.sparql.algebra   
com.hp.hpl.jena.sparql.algebra.op   
com.hp.hpl.jena.sparql.algebra.table   
com.hp.hpl.jena.sparql.engine.main.iterator   
com.hp.hpl.jena.sparql.engine.ref   
com.hp.hpl.jena.sparql.sse   
com.hp.hpl.jena.sparql.sse.builders   
com.hp.hpl.jena.sparql.sse.writers   
 

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(QueryIterator queryIterator)
           
static Table TableFactory.create(Var var, com.hp.hpl.jena.graph.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 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.isJoinUnit(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.main.iterator
 

Constructors in com.hp.hpl.jena.sparql.engine.main.iterator with parameters of type Table
QueryIterJoinBase(QueryIterator left, Table right, ExprList exprs, 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, com.hp.hpl.jena.graph.Node procId, ExprList args)
           
 Table Evaluator.procedure(Table table, com.hp.hpl.jena.graph.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, com.hp.hpl.jena.graph.Node procId, PropFuncArg subjArgs, PropFuncArg objArgs)
           
 Table Evaluator.propertyFunction(Table table, com.hp.hpl.jena.graph.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, com.hp.hpl.jena.graph.Node procId, ExprList args)
           
 Table Evaluator.procedure(Table table, com.hp.hpl.jena.graph.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, com.hp.hpl.jena.graph.Node procId, PropFuncArg subjArgs, PropFuncArg objArgs)
           
 Table Evaluator.propertyFunction(Table table, com.hp.hpl.jena.graph.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.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, com.hp.hpl.jena.shared.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, com.hp.hpl.jena.shared.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)
           
 



Licenced under the Apache License, Version 2.0