Extracts the underlying org.apache.spark.sql#DataFrame from the given records.
Extracts the underlying org.apache.spark.sql#DataFrame from the given records.
Note that the column names in the returned DF do not necessarily correspond to the names of the Cypher RETURN items, e.g. "RETURN n.name" does not mean that the column for that item is named "n.name".
org.apache.spark.sql#DataFrame representing the records
Converts all values stored in this table to instances of the corresponding CypherValue class.
Converts all values stored in this table to instances of the corresponding CypherValue class. In particular, this de-flattens, or collects, flattened entities (nodes and relationships) into compact CypherNode/CypherRelationship objects.
All values on each row are inserted into a CypherMap object mapped to the corresponding field name.
org.apache.spark.sql.Dataset of CypherMaps
Import this into scope in order to use: