zabetak opened a new pull request, #4591: URL: https://github.com/apache/calcite/pull/4591
In terms of performance, the usage of `isDeterministic` method increases the complexity of the decision (to convert to SEARCH) from O(1) to O(n) where n the number of nodes in the `left`/`right` RexNode tree. Still we only hit this code path for few operators (comparisons) so in most common cases the left/right expression tree should be rather simple and small. -- 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]
