| 108 | queryCtx_->testingOverrideConfigUnsafe({ |
| 109 | {core::QueryConfig::kCastToIntByTruncate, std::to_string(value)}, |
| 110 | }); |
| 111 | } |
| 112 | |
| 113 | void setCastMatchStructByName(bool value) { |
| 114 | queryCtx_->testingOverrideConfigUnsafe({ |
| 115 | {core::QueryConfig::kCastMatchStructByName, std::to_string(value)}, |
| 116 | }); |
| 117 | } |
| 118 |
no test coverage detected