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

Method read_buffer_block_size

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

Return the default size of a read buffer.

Source from the content-addressed store, hash-verified

477
478 // Return the default size of a read buffer.
479 int64_t read_buffer_block_size() { return read_buffer_->read_buffer_block_size_; }
480
481 private:
482 friend class RemoteOperRange;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected