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

Method GetRemoteTmpFileSize

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

Return the remote temporary file size.

Source from the content-addressed store, hash-verified

217
218 /// Return the remote temporary file size.
219 int64_t GetRemoteTmpFileSize() const {
220 return tmp_dirs_remote_ctrl_.remote_tmp_file_size_;
221 }
222
223 /// Return the read buffer block size for a remote temporary file.
224 int64_t GetReadBufferBlockSize() const {

Callers 6

TmpFileRemoteMethod · 0.80
AllocateRemoteSpaceMethod · 0.80
EnqueueTmpFilesPoolMethod · 0.80
DequeueTmpFilesPoolMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64