blob: b4ceea859385c431c9a9b9deff2257a6ba15d0c9 [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": ["/input_simple_decimal.json"]
},
{
"pop": "project",
"@id": 2,
"exprs": [
{"ref": "INT_COL", "expr": "(cast(INT_COL as int))"},
{"ref": "BIGINT_COL", "expr": "(cast(BIGINT_COL as bigint))"}
],
"child": 1
},
{
"pop": "project",
"@id": 4,
"exprs": [
{"ref": "DEC9_INT", "expr": "cast(INT_COL as vardecimal(10, 0))"},
{"ref": "DEC38_INT", "expr": "cast(INT_COL as vardecimal(38, 0))"},
{"ref": "DEC9_BIGINT", "expr": "cast(BIGINT_COL as vardecimal(19, 0))"},
{"ref": "DEC38_BIGINT", "expr": "cast(BIGINT_COL as vardecimal(38, 0))"}
],
"child": 2
},
{
"pop": "screen",
"@id": 5,
"child": 4
}
]
}