java.lang.Object
org.apache.jena.sparql.algebra.table.TableBase
org.apache.jena.sparql.algebra.table.TableN
- All Implemented Interfaces:
Table
- Direct Known Subclasses:
TableData
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addBinding
(Binding binding) void
getVars()
boolean
isEmpty()
iterator
(ExecutionContext execCxt) Return a QueryIterator over the whole table.rows()
Return a fresh iterator over the whole table.int
size()
-
Constructor Details
-
TableN
public TableN() -
TableN
-
TableN
Build table from an iterator. This operation reads the QueryIterator to completion when creating the table.
-
-
Method Details
-
addBinding
- Specified by:
addBinding
in interfaceTable
- Overrides:
addBinding
in classTableBase
-
size
public int size() -
isEmpty
public boolean isEmpty() -
rows
Description copied from interface:Table
Return a fresh iterator over the whole table. -
iterator
Description copied from interface:Table
Return a QueryIterator over the whole table. -
closeTable
public void closeTable() -
getVarNames
-
getVars
-