Uses of Interface
org.apache.jena.sparql.algebra.Table
Packages that use Table
Package
Description
-
Uses of Table in org.apache.jena.sparql.algebra
Methods in org.apache.jena.sparql.algebra that return TableModifier and TypeMethodDescriptionstatic Table
TableFactory.create()
static Table
static Table
static Table
TableFactory.create
(QueryIterator queryIterator) static Table
TableFactory.createEmpty()
static Table
TableFactory.createUnit()
-
Uses of Table in org.apache.jena.sparql.algebra.op
Methods in org.apache.jena.sparql.algebra.op that return TableMethods in org.apache.jena.sparql.algebra.op with parameters of type Table -
Uses of Table in org.apache.jena.sparql.algebra.table
Classes in org.apache.jena.sparql.algebra.table that implement TableModifier and TypeClassDescriptionclass
A table of one row of one bindingclass
class
class
class
class
Methods in org.apache.jena.sparql.algebra.table that return TableMethods in org.apache.jena.sparql.algebra.table with parameters of type TableModifier and TypeMethodDescriptionstatic String
static boolean
TableEmpty.isTableEmpty
(Table table) static boolean
TableUnit.isTableUnit
(Table table) static void
static void
TableWriter.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 TableModifier and TypeMethodDescriptionEvaluator.assign
(Table table, VarExprList exprs) EvaluatorSimple.assign
(Table table, VarExprList exprs) Evaluator.basicPattern
(BasicPattern pattern) EvaluatorSimple.basicPattern
(BasicPattern pattern) static Table
Evaluator.extend
(Table table, VarExprList exprs) EvaluatorSimple.extend
(Table table, VarExprList exprs) Evaluator.groupBy
(Table table, VarExprList groupVars, List<ExprAggregator> aggregators) EvaluatorSimple.groupBy
(Table table, VarExprList groupVars, List<ExprAggregator> aggregators) Evaluator.order
(Table table, List<SortCondition> conditions) EvaluatorSimple.order
(Table table, List<SortCondition> conditions) Evaluator.pathPattern
(TriplePath triplePath) EvaluatorSimple.pathPattern
(TriplePath triplePath) Evaluator.propertyFunction
(Table table, org.apache.jena.graph.Node procId, PropFuncArg subjArgs, PropFuncArg objArgs) EvaluatorSimple.propertyFunction
(Table table, org.apache.jena.graph.Node procId, PropFuncArg subjArgs, PropFuncArg objArgs) Evaluator.unit()
EvaluatorSimple.unit()
Methods in org.apache.jena.sparql.engine.ref with parameters of type TableModifier and TypeMethodDescriptionEvaluator.assign
(Table table, VarExprList exprs) EvaluatorSimple.assign
(Table table, VarExprList exprs) Evaluator.extend
(Table table, VarExprList exprs) EvaluatorSimple.extend
(Table table, VarExprList exprs) Evaluator.groupBy
(Table table, VarExprList groupVars, List<ExprAggregator> aggregators) EvaluatorSimple.groupBy
(Table table, VarExprList groupVars, List<ExprAggregator> aggregators) 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) Evaluator.order
(Table table, List<SortCondition> conditions) EvaluatorSimple.order
(Table table, List<SortCondition> conditions) Evaluator.propertyFunction
(Table table, org.apache.jena.graph.Node procId, PropFuncArg subjArgs, PropFuncArg objArgs) EvaluatorSimple.propertyFunction
(Table table, org.apache.jena.graph.Node procId, PropFuncArg subjArgs, PropFuncArg objArgs) -
Uses of Table in org.apache.jena.sparql.graph
Methods in org.apache.jena.sparql.graph that return TableModifier and TypeMethodDescriptionstatic Table
NodeTransformLib.transform
(Table table, NodeTransform transform) Methods in org.apache.jena.sparql.graph with parameters of type TableModifier and TypeMethodDescriptionstatic Table
NodeTransformLib.transform
(Table table, NodeTransform transform) -
Uses of Table in org.apache.jena.sparql.sse
Methods in org.apache.jena.sparql.sse that return TableModifier and TypeMethodDescriptionstatic Table
SSE.parseTable
(String s) Parse a string and obtain a SPARQL algebra tablestatic Table
SSE.parseTable
(String s, org.apache.jena.shared.PrefixMapping pmap) Parse a string and obtain a SPARQL algebra tablestatic Table
Read a file and obtain a SPARQL algebra tablestatic Table
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 -
Uses of Table in org.apache.jena.sparql.sse.writers
Methods in org.apache.jena.sparql.sse.writers with parameters of type TableModifier and TypeMethodDescriptionstatic void
WriterTable.output
(org.apache.jena.atlas.io.IndentedWriter out, Table table, SerializationContext sCxt) static void
WriterTable.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