-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Labels
Description
Want to confirm if the NULLIF(a,b) in Presto coordinator translates to if(eq(a, b), null, a) 100% of the time.
Or is there any nuance which will require preserving NULLIF and not converting to IF?
This question came up in the development of Axiom native front-end for Velox.
facebookincubator/axiom#781 (comment)
Also follow up, is there any difference in implementing this in Axiom as a function (current PR above) or expression?