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

Function GetTestFunctionLLVMIRPath

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

Source from the content-addressed store, hash-verified

39#endif
40
41std::string GetTestFunctionLLVMIRPath() {
42 const auto base =
43 arrow::internal::PlatformFilename::FromString(GANDIVA_EXTENSION_TEST_DIR);
44 DCHECK_OK(base.status());
45 return base->Join("multiply_by_two.bc")->ToString();
46}
47
48NativeFunction GetTestExternalFunction() {
49 NativeFunction multiply_by_two_func(

Calls 4

FromStringFunction · 0.85
statusMethod · 0.45
ToStringMethod · 0.45
JoinMethod · 0.45

Tested by

no test coverage detected