blob: e518cd74647a1e8137a988be03fc16b7c668b853 [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: "REPEATED"},
{name: "red", type: "BIGINT", mode: "REPEATED"},
{name: "green", type: "INT", mode: "REQUIRED"}
]}
]
},
{
@id:2,
child: 1,
pop:"project",
exprs: [
{ ref: "cnt", expr:"repeated_count(blue)" },
{ ref: "has_min", expr:"repeated_contains(red, 9223372036854775807)" }
]
},
{
@id: 3,
child: 2,
pop: "screen"
}
]
}