Callback for #check. Test code will typically use builder to create some expressions, call org.apache.calcite.rex.RexExecutorImpl#reduce to evaluate them into a list, then check that the results are as expected.
| 399 | * {@link org.apache.calcite.rex.RexExecutorImpl#reduce} to evaluate them into |
| 400 | * a list, then check that the results are as expected. */ |
| 401 | interface Action { |
| 402 | void check(RexBuilder rexBuilder, RexExecutorImpl executor); |
| 403 | } |
| 404 | |
| 405 | /** Test case for |
| 406 | * <a href="https://issues.apache.org/jira/browse/CALCITE-5949">[CALCITE-5949] |
no outgoing calls
no test coverage detected