| 407 | } |
| 408 | |
| 409 | TypePtr dummyBigIntResolver( |
| 410 | const std::vector<std::shared_ptr<const core::ITypedExpr>>& inputs, |
| 411 | const std::shared_ptr<const core::CallExpr>& expr, |
| 412 | bool nullOnFailure) { |
| 413 | return std::make_shared<const BigintType>(); |
| 414 | } |
| 415 | |
| 416 | #define IS_BIGINT1 testData_.bigint1.reference[row].has_value() |
| 417 | #define IS_BIGINT2 testData_.bigint2.reference[row].has_value() |