blob: 4551ffbba5c8bda1ae6fbf04964cf905c5fe9ff5 [file] [log] [blame]
{
"head": {
"version": 1,
"generator": {"type": "org.apache.drill.exec.planner.logical.DrillImplementor", "info": ""},
"type": "APACHE_DRILL_PHYSICAL",
"resultMode": "EXEC"
},
"graph": [
{
"@id": 1,
"pop": "fs-scan",
"format": {"type": "json"},
"storage": {"type": "file", "connection": "classpath:///", "enabled": true},
"files": ["#{TEST_FILE}"]
},
{
"pop": "project",
"@id": 2,
"exprs": [
{"ref": "DECIMAL_9", "expr": " (cast(DEC9 as vardecimal(9, 4))) "},
{"ref": "DECIMAL_18", "expr": "(cast(DEC18 as vardecimal(18, 9)))"}
],
"child": 1
},
{
"pop": "project",
"@id": 4,
"exprs": [
{"ref": "DECIMAL_9", "expr": " cast(DECIMAL_9 as varchar(100)) "},
{"ref": "DECIMAL_18", "expr": "cast(DECIMAL_18 as varchar(100))"}
],
"child": 2
},
{
"pop": "screen",
"@id": 5,
"child": 4
}
]
}