blob: 2c4edb9fea720bae4a46c15ca75801feffc11745 [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 : "IS_NUM_1", expr : " isnumeric(500) "},
{ ref : "IS_NUM_2", expr : " isnumeric(-500) "},
{ ref : "IS_NUM_3", expr : " isnumeric(1000.000000000089) "},
{ ref : "IS_NUM_4", expr : " isnumeric('String') " }
],
child : 1
}, {
pop : "screen",
@id : 3,
child : 2
} ]
}