| { |
| "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:///"}, |
| 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 decimal9(9, 4)) " |
| }, |
| {"ref": "DECIMAL38", "expr" : "cast(F8 as decimal38sparse(38, 4))"} |
| ], |
| |
| "child" : 2 |
| }, |
| { |
| "pop" : "screen", |
| "@id" : 5, |
| "child" : 4 |
| } ] |
| } |