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

Function CheckDispatchExactFails

cpp/src/arrow/compute/kernels/test_util_internal.cc:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void CheckDispatchExactFails(std::string func_name, std::vector<TypeHolder> types) {
327 ASSERT_OK_AND_ASSIGN(auto function, GetFunctionRegistry()->GetFunction(func_name));
328 ASSERT_NOT_OK(function->DispatchExact(types));
329}
330
331void CheckDispatchFails(std::string func_name, std::vector<TypeHolder> types) {
332 ASSERT_OK_AND_ASSIGN(auto function, GetFunctionRegistry()->GetFunction(func_name));

Callers 2

TEST_FFunction · 0.85
TESTFunction · 0.85

Calls 1

DispatchExactMethod · 0.45

Tested by

no test coverage detected