Consume these records and collect them into an array.
Consume these records and collect them into an array.
WARNING: This operation may be very expensive as it may have to materialise the full result set.
Consume these records as an iterator.
Consume these records as an iterator.
WARNING: This operation may be very expensive as it may have to materialise the full result set.
This method may be considerably slower than org.opencypher.okapi.api.table.CypherRecords#collect. Use this method only if collect could outgrow the available driver memory.
Registers these records as a table under the given name.
Registers these records as a table under the given name.
the name under which this table may be referenced.
Iterator over the rows in this table.
Iterator over the rows in this table.
number of rows in this Table.
Represents a table of records containing Cypher values. Each column (or slot) in this table represents an evaluated Cypher expression.