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

Function GetTestFunctionWithContext

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

Source from the content-addressed store, hash-verified

69}
70
71static NativeFunction GetTestFunctionWithContext() {
72 NativeFunction multiply_by_two_formula(
73 "multiply_by_two_formula", {}, {arrow::utf8()}, arrow::utf8(),
74 ResultNullableType::kResultNullIfNull, "multiply_by_two_formula_utf8",
75 NativeFunction::kNeedsContext);
76 return multiply_by_two_formula;
77}
78
79static std::shared_ptr<Configuration> BuildConfigurationWithRegistry(
80 std::shared_ptr<FunctionRegistry> registry,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected