| 624 | } |
| 625 | |
| 626 | bool ArithmeticNode::setParameterType(DsqlCompilerScratch* dsqlScratch, |
| 627 | std::function<void (dsc*)> makeDesc, bool forceVarChar) |
| 628 | { |
| 629 | return PASS1_set_parameter_type(dsqlScratch, arg1, makeDesc, forceVarChar) | |
| 630 | PASS1_set_parameter_type(dsqlScratch, arg2, makeDesc, forceVarChar); |
| 631 | } |
| 632 | |
| 633 | void ArithmeticNode::genBlr(DsqlCompilerScratch* dsqlScratch) |
| 634 | { |
no test coverage detected