Uses of Interface
org.apache.jena.sparql.algebra.Table
-
-
Uses of Table in org.apache.jena.sparql.algebra
Methods in org.apache.jena.sparql.algebra that return Table Modifier and Type Method Description static TableTableFactory. create()static TableTableFactory. create(java.util.List<Var> vars)static TableTableFactory. create(Var var, Node value)static TableTableFactory. create(QueryIterator queryIterator)static TableTableFactory. createEmpty()static TableTableFactory. createUnit() -
Uses of Table in org.apache.jena.sparql.algebra.op
Methods in org.apache.jena.sparql.algebra.op that return Table Modifier and Type Method Description TableOpTable. getTable()Methods in org.apache.jena.sparql.algebra.op with parameters of type Table Modifier and Type Method Description static OpTableOpTable. create(Table table) -
Uses of Table in org.apache.jena.sparql.algebra.table
Classes in org.apache.jena.sparql.algebra.table that implement Table Modifier and Type Class Description classTable1A table of one row of one bindingclassTableBaseclassTableDataclassTableEmptyclassTableNclassTableUnitMethods in org.apache.jena.sparql.algebra.table that return Table Modifier and Type Method Description TableTableBase. eval(Evaluator evaluator)Methods in org.apache.jena.sparql.algebra.table with parameters of type Table Modifier and Type Method Description static java.lang.StringTableWriter. asSSE(Table table)static booleanTableEmpty. isTableEmpty(Table table)static booleanTableUnit. isTableUnit(Table table)static voidTableWriter. output(Table table, org.apache.jena.atlas.io.IndentedWriter out)static voidTableWriter. output(Table table, org.apache.jena.atlas.io.IndentedWriter out, SerializationContext sCxt) -
Uses of Table in org.apache.jena.sparql.engine.ref
Methods in org.apache.jena.sparql.engine.ref that return Table Modifier and Type Method Description TableEvaluator. assign(Table table, VarExprList exprs)TableEvaluatorSimple. assign(Table table, VarExprList exprs)TableEvaluator. basicPattern(BasicPattern pattern)TableEvaluatorSimple. basicPattern(BasicPattern pattern)TableEvaluator. condition(Table left, Table right)TableEvaluatorSimple. condition(Table left, Table right)TableEvaluator. diff(Table tableLeft, Table tableRight)TableEvaluatorSimple. diff(Table tableLeft, Table tableRight)TableEvaluator. distinct(Table table)TableEvaluatorSimple. distinct(Table table)static TableRefEval. eval(Evaluator evaluator, Op op)TableEvaluator. extend(Table table, VarExprList exprs)TableEvaluatorSimple. extend(Table table, VarExprList exprs)TableEvaluator. filter(ExprList expressions, Table tableLeft)TableEvaluatorSimple. filter(ExprList expressions, Table table)TableEvaluator. groupBy(Table table, VarExprList groupVars, java.util.List<ExprAggregator> aggregators)TableEvaluatorSimple. groupBy(Table table, VarExprList groupVars, java.util.List<ExprAggregator> aggregators)TableEvaluator. join(Table tableLeft, Table tableRight)TableEvaluatorSimple. join(Table tableLeft, Table tableRight)TableEvaluator. leftJoin(Table tableLeft, Table tableRight, ExprList expr)TableEvaluatorSimple. leftJoin(Table tableLeft, Table tableRight, ExprList exprs)TableEvaluator. list(Table table)TableEvaluatorSimple. list(Table table)TableEvaluator. minus(Table left, Table right)TableEvaluatorSimple. minus(Table tableLeft, Table tableRight)TableEvaluator. order(Table table, java.util.List<SortCondition> conditions)TableEvaluatorSimple. order(Table table, java.util.List<SortCondition> conditions)TableEvaluator. pathPattern(TriplePath triplePath)TableEvaluatorSimple. pathPattern(TriplePath triplePath)TableEvaluator. procedure(Table table, Node procId, ExprList args)TableEvaluatorSimple. procedure(Table table, Node procId, ExprList args)TableEvaluator. project(Table table, java.util.List<Var> projectVars)TableEvaluatorSimple. project(Table table, java.util.List<Var> projectVars)TableEvaluator. propertyFunction(Table table, Node procId, PropFuncArg subjArgs, PropFuncArg objArgs)TableEvaluatorSimple. propertyFunction(Table table, Node procId, PropFuncArg subjArgs, PropFuncArg objArgs)TableEvaluator. reduced(Table table)TableEvaluatorSimple. reduced(Table table)TableEvaluator. slice(Table table, long start, long length)TableEvaluatorSimple. slice(Table table, long start, long length)TableEvaluator. union(Table tableLeft, Table tableRight)TableEvaluatorSimple. union(Table tableLeft, Table tableRight)TableEvaluator. unit()TableEvaluatorSimple. unit()Methods in org.apache.jena.sparql.engine.ref with parameters of type Table Modifier and Type Method Description TableEvaluator. assign(Table table, VarExprList exprs)TableEvaluatorSimple. assign(Table table, VarExprList exprs)TableEvaluator. condition(Table left, Table right)TableEvaluatorSimple. condition(Table left, Table right)TableEvaluator. diff(Table tableLeft, Table tableRight)TableEvaluatorSimple. diff(Table tableLeft, Table tableRight)TableEvaluator. distinct(Table table)TableEvaluatorSimple. distinct(Table table)TableEvaluator. extend(Table table, VarExprList exprs)TableEvaluatorSimple. extend(Table table, VarExprList exprs)TableEvaluator. filter(ExprList expressions, Table tableLeft)TableEvaluatorSimple. filter(ExprList expressions, Table table)TableEvaluator. groupBy(Table table, VarExprList groupVars, java.util.List<ExprAggregator> aggregators)TableEvaluatorSimple. groupBy(Table table, VarExprList groupVars, java.util.List<ExprAggregator> aggregators)TableEvaluator. join(Table tableLeft, Table tableRight)TableEvaluatorSimple. join(Table tableLeft, Table tableRight)static QueryIteratorTableJoin. join(QueryIterator left, Table right, ExprList condition, ExecutionContext execCxt)static QueryIteratorTableJoin. joinWorker(QueryIterator left, Table right, JoinType joinType, ExprList conditions, ExecutionContext execCxt)TableEvaluator. leftJoin(Table tableLeft, Table tableRight, ExprList expr)TableEvaluatorSimple. leftJoin(Table tableLeft, Table tableRight, ExprList exprs)static QueryIteratorTableJoin. leftJoin(QueryIterator left, Table right, ExprList condition, ExecutionContext execCxt)TableEvaluator. list(Table table)TableEvaluatorSimple. list(Table table)TableEvaluator. minus(Table left, Table right)TableEvaluatorSimple. minus(Table tableLeft, Table tableRight)TableEvaluator. order(Table table, java.util.List<SortCondition> conditions)TableEvaluatorSimple. order(Table table, java.util.List<SortCondition> conditions)TableEvaluator. procedure(Table table, Node procId, ExprList args)TableEvaluatorSimple. procedure(Table table, Node procId, ExprList args)TableEvaluator. project(Table table, java.util.List<Var> projectVars)TableEvaluatorSimple. project(Table table, java.util.List<Var> projectVars)TableEvaluator. propertyFunction(Table table, Node procId, PropFuncArg subjArgs, PropFuncArg objArgs)TableEvaluatorSimple. propertyFunction(Table table, Node procId, PropFuncArg subjArgs, PropFuncArg objArgs)TableEvaluator. reduced(Table table)TableEvaluatorSimple. reduced(Table table)TableEvaluator. slice(Table table, long start, long length)TableEvaluatorSimple. slice(Table table, long start, long length)TableEvaluator. union(Table tableLeft, Table tableRight)TableEvaluatorSimple. union(Table tableLeft, Table tableRight) -
Uses of Table in org.apache.jena.sparql.graph
Methods in org.apache.jena.sparql.graph that return Table Modifier and Type Method Description static TableNodeTransformLib. transform(Table table, NodeTransform transform)Methods in org.apache.jena.sparql.graph with parameters of type Table Modifier and Type Method Description static TableNodeTransformLib. transform(Table table, NodeTransform transform) -
Uses of Table in org.apache.jena.sparql.sse
Methods in org.apache.jena.sparql.sse that return Table Modifier and Type Method Description static TableSSE. parseTable(java.lang.String s)Parse a string and obtain a SPARQL algebra tablestatic TableSSE. parseTable(java.lang.String s, PrefixMapping pmap)Parse a string and obtain a SPARQL algebra tablestatic TableSSE. readTable(java.lang.String filename)Read a file and obtain a SPARQL algebra tablestatic TableSSE. readTable(java.lang.String filename, PrefixMapping pmap)Read a file and obtain a SPARQL algebra table -
Uses of Table in org.apache.jena.sparql.sse.builders
Methods in org.apache.jena.sparql.sse.builders that return Table Modifier and Type Method Description static TableBuilderTable. build(Item item) -
Uses of Table in org.apache.jena.sparql.sse.writers
Methods in org.apache.jena.sparql.sse.writers with parameters of type Table Modifier and Type Method Description static voidWriterTable. output(org.apache.jena.atlas.io.IndentedWriter out, Table table, SerializationContext sCxt)static voidWriterTable. outputPlain(org.apache.jena.atlas.io.IndentedWriter out, Table table, SerializationContext sCxt) -
Uses of Table in org.apache.jena.sparql.syntax
Methods in org.apache.jena.sparql.syntax that return Table Modifier and Type Method Description TableElementData. getTable()
-