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

Method UseHdfsCache

be/src/runtime/io/request-ranges.h:325–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323 void* meta_data() const { return meta_data_; }
324 int cache_options() const { return cache_options_; }
325 bool UseHdfsCache() const { return (cache_options_ & BufferOpts::USE_HDFS_CACHE) != 0; }
326 bool UseDataCache() const { return (cache_options_ & BufferOpts::USE_DATA_CACHE) != 0; }
327 bool read_in_flight() const { return read_in_flight_; }
328 bool expected_local() const { return expected_local_; }

Callers 4

LessMethod · 0.80
AddScanRangesMethod · 0.80
GetNextUnstartedRangeMethod · 0.80
StartScanRangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected