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

Method IsBatchReadEnabled

be/src/runtime/io/disk-file.h:402–402  ·  view source on GitHub ↗

Return if batch reading is enabled.

Source from the content-addressed store, hash-verified

400
401 // Return if batch reading is enabled.
402 bool IsBatchReadEnabled() { return read_buffer_ != nullptr; }
403
404 void DCheckMemBlock(const boost::shared_lock<boost::shared_mutex>& file_lock,
405 MemBlock* read_buffer_block) {

Callers 1

TryDeleteReadBufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected