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

Method GetRemoteTmpBlockSize

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

Return the remote temporary block size.

Source from the content-addressed store, hash-verified

237
238 /// Return the remote temporary block size.
239 int64_t GetRemoteTmpBlockSize() const {
240 return tmp_dirs_remote_ctrl_.remote_tmp_block_size_;
241 }
242
243 /// Return the timeout duration of waiting for spill buffer.
244 int64_t GetSpillBufferWaitTimeout() const {

Callers 2

WriteCompleteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected