blob: 0255e00f55e9f9d324c5444f67143c8ea37a881f [file] [log] [blame]
{
"type": "record",
"namespace": "org.apache.tajo",
"name": "testVariousTypes",
"fields": [
{ "name": "col1", "type": "boolean" },
{ "name": "col2", "type": "string" },
{ "name": "col3", "type": "int" },
{ "name": "col4", "type": "int" },
{ "name": "col5", "type": "long" },
{ "name": "col6", "type": "float" },
{ "name": "col7", "type": "double" },
{ "name": "col8", "type": "string" },
{ "name": "col9", "type": "bytes" }
]
}