| 166 | } |
| 167 | |
| 168 | std::shared_ptr<Configuration> TestConfigWithContextFunction( |
| 169 | std::shared_ptr<FunctionRegistry> registry) { |
| 170 | return BuildConfigurationWithRegistry(std::move(registry), [](auto reg) { |
| 171 | return reg->Register(GetTestFunctionWithContext(), |
| 172 | reinterpret_cast<void*>(multiply_by_two_formula)); |
| 173 | }); |
| 174 | } |
| 175 | } // namespace gandiva |
no test coverage detected