Used to generate context for an error occurred while evaluating sub-expression. Returns the output of Expr::toString() for the sub-expression.
| 730 | /// sub-expression. Returns the output of Expr::toString() for the |
| 731 | /// sub-expression. |
| 732 | std::string onException(BoltException::Type /*exceptionType*/, void* arg) { |
| 733 | return static_cast<Expr*>(arg)->toString(); |
| 734 | } |
| 735 | } // namespace |
| 736 | |
| 737 | void Expr::evalFlatNoNulls( |