Uses of Interface
org.apache.jena.sparql.algebra.Table
Package
Description
-
Uses of Table in org.apache.jena.sparql.algebra
Modifier 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
-
Uses of Table in org.apache.jena.sparql.algebra.table
Modifier and TypeClassDescriptionclass
A table of one row of one bindingclass
class
class
class
class
Modifier 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
Modifier 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()
Modifier 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
Modifier and TypeMethodDescriptionstatic Table
NodeTransformLib.transform
(Table table, NodeTransform transform) Modifier and TypeMethodDescriptionstatic Table
NodeTransformLib.transform
(Table table, NodeTransform transform) -
Uses of Table in org.apache.jena.sparql.sse
Modifier 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
-
Uses of Table in org.apache.jena.sparql.sse.writers
Modifier 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