Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ SetBuiltFromCache
Method
SetBuiltFromCache
cpp/src/gandiva/filter.cc:124–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
const std::string& Filter::DumpIR() { return llvm_generator_->ir(); }
123
124
void Filter::SetBuiltFromCache(bool flag) { built_from_cache_ = flag; }
125
126
bool Filter::GetBuiltFromCache() { return built_from_cache_; }
127
Callers
1
Make
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected