blob: df3256ceb3264c0ba5412ad877e1edb2ce35d436 [file] [log] [blame]
explain plan for select * from ( select cast(c_timestamp as timestamp) + cast(c_interval as interval hour to second) from `interval_data.json` where c_row=7 ) t limit 0;