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

Method SetJITFunction

cpp/src/gandiva/compiled_expr.h:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 void SetJITFunction(SelectionVector::Mode mode, EvalFunc jit_function) {
50 jit_functions_[static_cast<int>(mode)] = jit_function;
51 }
52
53 EvalFunc GetJITFunction(SelectionVector::Mode mode) const {
54 return jit_functions_[static_cast<int>(mode)];

Callers 1

BuildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected