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 TableTableFactory.create()static Tablestatic Tablestatic TableTableFactory.create(QueryIterator queryIterator) static TableCreates a table from the detached bindings of the row set.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 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 TypeClassDescriptionclassA table of one row of one bindingclassclassImmutable table.classclassclassMethods in org.apache.jena.sparql.algebra.table that return TableMethods in org.apache.jena.sparql.algebra.table with parameters of type TableModifier and TypeMethodDescriptionTableBuilder.addRowsAndVars(Table table) Add the rows and variables of another table.static Stringstatic booleanTableEmpty.isTableEmpty(Table table) static booleanTableUnit.isTableUnit(Table table) static voidstatic 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 TableModifier and TypeMethodDescriptionEvaluator.assign(Table table, VarExprList exprs) EvaluatorSimple.assign(Table table, VarExprList exprs) Evaluator.basicPattern(BasicPattern pattern) EvaluatorSimple.basicPattern(BasicPattern pattern) static TableEvaluator.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 QueryIteratorTableJoin.join(QueryIterator left, Table right, ExprList condition, ExecutionContext execCxt) static QueryIteratorTableJoin.joinWorker(QueryIterator left, Table right, JoinType joinType, ExprList conditions, ExecutionContext execCxt) static QueryIteratorTableJoin.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.exec
Methods in org.apache.jena.sparql.exec that return Table -
Uses of Table in org.apache.jena.sparql.graph
Methods in org.apache.jena.sparql.graph that return TableModifier and TypeMethodDescriptionstatic TableNodeTransformLib.transform(Table table, NodeTransform transform) Methods in org.apache.jena.sparql.graph with parameters of type TableModifier and TypeMethodDescriptionstatic TableNodeTransformLib.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 TableSSE.parseTable(String s) Parse a string and obtain a SPARQL algebra tablestatic TableSSE.parseTable(String s, org.apache.jena.shared.PrefixMapping pmap) Parse a string and obtain a SPARQL algebra tablestatic TableRead a file and obtain a SPARQL algebra tablestatic TableRead 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 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