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

Function GetTestExternalFunction

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

Source from the content-addressed store, hash-verified

46}
47
48NativeFunction GetTestExternalFunction() {
49 NativeFunction multiply_by_two_func(
50 "multiply_by_two", {}, {arrow::int32()}, arrow::int64(),
51 ResultNullableType::kResultNullIfNull, "multiply_by_two_int32");
52 return multiply_by_two_func;
53}
54
55static NativeFunction GetTestExternalCFunction() {
56 NativeFunction multiply_by_three_func(

Callers 3

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected