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

Method GetNumReadBuffersPerFile

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

Return the number of read buffer blocks for a remote temporary file.

Source from the content-addressed store, hash-verified

227
228 /// Return the number of read buffer blocks for a remote temporary file.
229 int GetNumReadBuffersPerFile() const {
230 return tmp_dirs_remote_ctrl_.num_read_buffer_blocks_per_file_;
231 }
232
233 /// Return the maximum total size of all the read buffer blocks for remote spilling.
234 int64_t GetRemoteMaxTotalReadBufferSize() const {

Callers 2

DCheckReadBufferIdxMethod · 0.80
TmpFileRemoteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected