blob: efcdf7a9a4bff4e99ae78652503d056da22e4361 [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": "DEC", "expr": " (cast(B as vardecimal(38, 12)))"}
],
"child": 1
},
{
"@id": 3,
"child": 2,
"pop": "external-sort",
"orderings": [{"expr": "DEC"}]},
{
"@id": 4,
"child": 3,
"pop": "selection-vector-remover"
},
{
"pop": "project",
"@id": 5,
"exprs": [
{"ref": "DESTR", "expr": " (cast(DEC as varchar(100)))"}
],
"child": 4
},
{
"pop": "screen",
"@id": 6,
"child": 5
}
]
}