| 400 | }; |
| 401 | |
| 402 | TypePtr dummyIntegerResolver( |
| 403 | const std::vector<std::shared_ptr<const core::ITypedExpr>>& inputs, |
| 404 | const std::shared_ptr<const core::CallExpr>& expr, |
| 405 | bool nullOnFailure) { |
| 406 | return std::make_shared<const IntegerType>(); |
| 407 | } |
| 408 | |
| 409 | TypePtr dummyBigIntResolver( |
| 410 | const std::vector<std::shared_ptr<const core::ITypedExpr>>& inputs, |