1 2 3 4 5 6
/* syntax version 1 */ USE plato; SELECT * FROM Input; SELECT * FROM Input WITH SCHEMA Struct<key:String, value:String>;