Represents a table of records containing Cypher values.
Represents a table in which each row contains one org.opencypher.okapi.api.value.CypherValue per column and the values in each column have the same Cypher type.
Represents a table in which each row contains one org.opencypher.okapi.api.value.CypherValue per column and the values in each column have the same Cypher type.
This interface is used to access simple Cypher values from a table. When it is implemented with an entity mapping it can also be used to assemble complex Cypher values such as CypherNode/CypherRelationship that are stored over multiple columns in a low-level Cypher table.
Represents a table of records containing Cypher values. Each column (or slot) in this table represents an evaluated Cypher expression.