blob: 5f3b2230f2e18ae4976b28ca00ec54f559cdfe08 [file]
explain plan for select * from ( select cast(c_row as int), date_part('year', cast(c_timestamp as timestamp)) from basic ) t limit 0;