blob: 6d4659decf4b0e08c1ffb672c88188cf73d0c044 [file] [log] [blame]
{
head:{
type:"APACHE_DRILL_PHYSICAL",
version:"1",
generator:{
type:"manual"
}
},
graph:[
{
@id:1,
pop:"mock-sub-scan",
url: "http://apache.org",
entries:[
{records: 100, types: [
{name: "blue", type: "INT", mode: "REQUIRED"},
{name: "red", type: "BIGINT", mode: "REQUIRED"},
{name: "yellow", type: "VARCHAR", mode: "OPTIONAL"},
{name: "green", type: "INT", mode: "REQUIRED"}
]}
]
},
{
@id:2,
child: 1,
pop:"project",
exprs: [
{ ref: "col3", expr:"substring(yellow, -3, 2)" }
]
},
{
@id: 3,
child: 2,
pop: "screen"
}
]
}