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

Method GetFunctionName

cpp/src/gandiva/compiled_expr.h:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 std::string GetFunctionName(SelectionVector::Mode mode) const {
46 return ir_functions_[static_cast<int>(mode)];
47 }
48
49 void SetJITFunction(SelectionVector::Mode mode, EvalFunc jit_function) {
50 jit_functions_[static_cast<int>(mode)] = jit_function;

Callers 1

BuildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected