blob: 53e50401dc6927483bf41faf505dcfe5b5da2c38 [file] [log] [blame]
{
"head" : {
"version" : 1,
"generator" : {
"type" : "org.apache.drill.exec.planner.logical.DrillImplementor",
"info" : ""
},
"type" : "APACHE_DRILL_PHYSICAL",
"resultMode" : "EXEC"
},
"graph" : [ {
"@id" : 1,
"pop" : "fs-scan",
"format" : {
"type" : "json"
},
"storage" : {
"type" : "file",
"connection" : "classpath:///",
"enabled": true
},
"files" : [ "#{TEST_FILE}" ]
}, {
"pop" : "project",
"@id" : 2,
"child" : 1,
"exprs" : [ {
"ref" : "Date1",
"expr" : "to_char((cast('2008-2-23' as date)), 'yyyy-MMM-dd')"
}, {
"ref" : "Time1",
"expr" : "to_char(cast('12:20:30' as time), 'HH mm ss')"
}, {
"ref" : "TimeStamp2",
"expr" : "to_char(cast('2008-2-23 12:00:00' as timestamp), 'yyyy MMM dd HH:mm:ss')"
} ]
}, {
"@id" : 3,
"child" : 2,
"pop" : "screen"
} ]
}