waynextz opened a new pull request, #16068: URL: https://github.com/apache/iotdb/pull/16068
## Description Add integration testing of IF expressions in table model. The IF expression has two forms, one supplying only a true_value and the other supplying both a true_value and a false_value: if(condition, true_value) Evaluates and returns true_value if condition is true, otherwise null is returned and true_value is not evaluated. if(condition, true_value, false_value) Evaluates and returns true_value if condition is true, otherwise evaluates and returns false_value. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
