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

Method GetReadBufferBlockSize

be/src/runtime/tmp-file-mgr.h:224–226  ·  view source on GitHub ↗

Return the read buffer block size for a remote temporary file.

Source from the content-addressed store, hash-verified

222
223 /// Return the read buffer block size for a remote temporary file.
224 int64_t GetReadBufferBlockSize() const {
225 return tmp_dirs_remote_ctrl_.read_buffer_block_size_;
226 }
227
228 /// Return the number of read buffer blocks for a remote temporary file.
229 int GetNumReadBuffersPerFile() const {

Callers 1

TmpFileRemoteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected