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

Method GetRemoteMaxTotalReadBufferSize

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

Return the maximum total size of all the read buffer blocks for remote spilling.

Source from the content-addressed store, hash-verified

232
233 /// Return the maximum total size of all the read buffer blocks for remote spilling.
234 int64_t GetRemoteMaxTotalReadBufferSize() const {
235 return tmp_dirs_remote_ctrl_.max_read_buffer_size_;
236 }
237
238 /// Return the remote temporary block size.
239 int64_t GetRemoteTmpBlockSize() const {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected