Add a possibility to manually trigger strict execution plan for IF function.
Currently, we do have a separate function to trigger an eager execution plan for the IF function: IF.EAGER(). It would be also nice to have something similar to manually trigger a strict evaluation for performance improvement purposes.
STATUS
DETAILS
New