prestodb/sql

Optimize ARBITRARY(NULL), COALESCE(x, NULL) etc

kaikalur opened this issue · 0 comments

We see these operations frequently and can be very expensive. So it will be good to optimizer them to NULL in the expression optimizers upfront before other optimizations