blob: 8fe0131f4cbf63333afa8bc9bc76f22729d92370 [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: "float8col", expr:"float8col" },
{ ref: "float8_cast", expr:"cast(float8col as float4)" },
{ ref: "intcol", expr:"intcol" },
{ ref: "int_cast", expr:"cast(intcol as float4)" },
{ ref: "bigintcol", expr:"bigintcol" },
{ ref: "bigint_cast", expr:"cast(bigintcol as float4)" },
{ ref: "varchar_cast1", expr:"cast('1256' as float4)" },
{ ref: "varchar_cast2", expr:"cast('12.56' as float4)" }
]
},
{
@id: 3,
child: 2,
pop: "screen"
}
]
}