org.opencypher.spark.impl.util.ZeppelinSupport
Prints the records in the Zeppelin %table format
Prints the records in the Zeppelin %table format
MATCH (n:Person) RETURN n.name, n.age
will print the following data
$table n.name\tn.age Alice\t20 Bob\t42