blob: b4794adc70e7f2146dcbe1756a24ae4405e0eae6 [file] [log] [blame]
{
head:{
type:"APACHE_DRILL_PHYSICAL",
version:"1",
generator:{
type:"manual"
},
hasResourcePlan: true
},
graph:[
{
@id:1,
pop:"mock-scan",
url: "http://apache.org",
entries:[
{records: 1000000, types: [
{name: "blue", type: "INT", mode: "REQUIRED"},
{name: "green", type: "INT", mode: "REQUIRED"}
]}
]
},
{
@id: 2,
pop: "project",
child: 1,
exprs: [
{ ref: "blue", expr: "randomBigInt(100000)" }
]
},
{
@id:3,
child: 2,
pop:"external-sort",
orderings: [
{expr: "blue", order : "DESC"}
]
},
{
@id:4,
child: 3,
pop:"selection-vector-remover"
},
{
@id: 5,
child: 4,
pop: "screen"
}
]
}