blob: f013ec7d2904c025fef479169f0c0b5a9c6391db [file]
explain plan for select * from ( select max(cast(c_int as int)), max(cast(c_bigint as bigint)), max(cast(c_float4 as float)), max(cast(c_float8 as double)) from data ) t limit 0;