| { | |
| head : { | |
| version : 1, | |
| generator : { | |
| type : "optiq", | |
| info : "na" | |
| }, | |
| type : "APACHE_DRILL_PHYSICAL" | |
| }, | |
| graph:[ | |
| { | |
| @id:1, | |
| pop:"mock-scan", | |
| url: "http://apache.org", | |
| entries:[ | |
| {records: 1, types: [ | |
| {name: "blue", type: "BIGINT", mode: "REQUIRED"} | |
| ]} | |
| ] | |
| }, { | |
| pop : "project", | |
| @id : 2, | |
| exprs : [ { ref : "INTADD", expr : " 1 + 2 + 3 + 4" } ], | |
| child : 1 | |
| }, { | |
| pop : "screen", | |
| @id : 3, | |
| child : 2 | |
| } ] | |
| } |