MCPcopy Create free account
hub / github.com/apache/impala / IsDataCacheDisabled

Method IsDataCacheDisabled

be/src/exec/scan-node.cc:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145bool ScanNode::IsDataCacheDisabled() const {
146 return runtime_state()->query_options().disable_data_cache;
147}
148
149Status ScanNode::Prepare(RuntimeState* state) {
150 SCOPED_TIMER(runtime_profile_->total_time_counter());

Callers 2

IssueInitialRangesMethod · 0.80
IssueFooterRangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected