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

Function GetTestExternalCFunction

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

Source from the content-addressed store, hash-verified

53}
54
55static NativeFunction GetTestExternalCFunction() {
56 NativeFunction multiply_by_three_func(
57 "multiply_by_three", {}, {arrow::int32()}, arrow::int64(),
58 ResultNullableType::kResultNullIfNull, "multiply_by_three_int32");
59 return multiply_by_three_func;
60}
61
62static NativeFunction GetTestFunctionWithFunctionHolder() {
63 // the 2nd parameter is expected to be an int32 literal

Callers 1

TestConfigWithCFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected