MCPcopy 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

122const std::string& Filter::DumpIR() { return llvm_generator_->ir(); }
123
124void Filter::SetBuiltFromCache(bool flag) { built_from_cache_ = flag; }
125
126bool Filter::GetBuiltFromCache() { return built_from_cache_; }
127

Callers 1

MakeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected