MCPcopy Create free account
hub / github.com/apache/arrow / TestConfigWithContextFunction

Function TestConfigWithContextFunction

cpp/src/gandiva/tests/test_util.cc:168–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168std::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

Callers 1

TEST_FFunction · 0.85

Calls 3

RegisterMethod · 0.45

Tested by

no test coverage detected