blob: dde41cdf2c8ad1424c38faad9b5b1f4983240a92 [file] [log] [blame]
{
head : {
version : 1,
generator : {
type : "optiq",
info : "na"
},
type : "APACHE_DRILL_PHYSICAL"
},
graph:[
{
@id:1,
pop:"mock-sub-scan",
url: "http://apache.org",
entries:[
{records: 1, types: [
{name: "blue", type: "BIGINT", mode: "REQUIRED"}
]}
]
}, {
pop : "project",
@id : 2,
exprs : [
{ ref : "INTMUL", expr : " 1 * 2 "},
{ ref : "FLOATMUL", expr : " 1.1 * 2.2 "},
{ ref : "INTADD", expr : " 1 + 2 " },
{ ref : "FLOATADD", expr : " 1.1 + 2.2 " } ],
child : 1
}, {
pop : "screen",
@id : 3,
child : 2
} ]
}