Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GetJITFunction
Method
GetJITFunction
cpp/src/gandiva/compiled_expr.h:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
EvalFunc GetJITFunction(SelectionVector::Mode mode) const {
54
return jit_functions_[static_cast<int>(mode)];
55
}
56
57
private:
58
// value & validities for the expression tree (root)
Callers
1
Execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected