blob: f16b47b77653c1f0b3daf21250b822413559b456 [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: 5, types: [
{name: "float4col", type: "FLOAT4", mode: "REQUIRED"},
{name: "float8col", type: "FLOAT8", mode: "REQUIRED"} ,
{name: "intcol", type: "INT", mode: "REQUIRED"} ,
{name: "bigintcol", type: "BIGINT", mode: "REQUIRED"}
]}
]
},
{
@id:2,
child: 1,
pop:"project",
exprs: [
{ ref: "float4col", expr:"float4col" },
{ ref: "float4_cast", expr:"cast(float4col as float8)" },
{ ref: "intcol", expr:"intcol" },
{ ref: "int_cast", expr:"cast(intcol as float8)" },
{ ref: "bigintcol", expr:"bigintcol" },
{ ref: "bigint_cast", expr:"cast(bigintcol as float8)" },
{ ref: "varchar_cast1", expr:"cast('1256' as float8)" },
{ ref: "varchar_cast2", expr:"cast('12.56' as float8)" }
]
},
{
@id: 3,
child: 2,
pop: "screen"
}
]
}