| 27 | |
| 28 | namespace gandiva { |
| 29 | std::shared_ptr<Configuration> TestConfiguration() { |
| 30 | return ConfigurationBuilder::DefaultConfiguration(); |
| 31 | } |
| 32 | |
| 33 | std::shared_ptr<Configuration> TestConfigWithIrDumping() { |
| 34 | return ConfigurationBuilder().build_with_ir_dumping(true); |
no test coverage detected