columns| Constructor and Description |
|---|
MaterializedTable(List<Column> columns,
Iterable<Row> rows)
Creates an instance with given columns and rows.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Row> |
iterator() |
Table |
materialise()
Returns a table which can be iterated over multiple times.
|
toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpropertiespublic Table materialise()
TableIt may return this very table if it is already materialised.
materialise in interface TableCopyright © 2018. All rights reserved.