java.lang.Object
org.apache.jena.sparql.algebra.table.TableBase
org.apache.jena.sparql.algebra.table.TableUnit
- All Implemented Interfaces:
Table
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getVars()
boolean
isEmpty()
static boolean
isTableUnit
(Table table) iterator
(ExecutionContext execCxt) Return a QueryIterator over the whole table.rows()
Return a fresh iterator over the whole table.int
size()
toString()
-
Constructor Details
-
TableUnit
public TableUnit()
-
-
Method Details
-
isTableUnit
-
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() -
size
public int size() -
isEmpty
public boolean isEmpty() -
getVarNames
-
getVars
-
toString
-