EXPLAIN SELECT IF(false, 1, cast(2 as smallint)) + 3 FROM src LIMIT 1; SELECT IF(false, 1, cast(2 as smallint)) + 3 FROM src LIMIT 1;