blob: 04906d7c00d740cd99acf7c2ca6d582f0e7cdd0a [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": "F4", "expr": " (cast(DEC9 as float4)) "}, {"ref": "F8", "expr": "(cast(DEC18 as float8))"}],
"child": 1
},
{
"pop": "project",
"@id": 4,
"exprs": [
{"ref": "DECIMAL_9", "expr": " cast(F4 as vardecimal(9, 4)) "},
{"ref": "DECIMAL38", "expr": "cast(F8 as vardecimal(38, 4))"}
],
"child": 2
},
{
"pop": "screen",
"@id": 5,
"child": 4
}
]
}