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

Method IsRemoteBatchReadingEnabled

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

Return if batch reading for remote temporary files is enabled.

Source from the content-addressed store, hash-verified

253
254 // Return if batch reading for remote temporary files is enabled.
255 bool IsRemoteBatchReadingEnabled() {
256 return tmp_dirs_remote_ctrl_.remote_batch_read_enabled_;
257 }
258
259 /// Return the local buffer dir for remote spilling.
260 TmpDir* GetLocalBufferDir() const;

Callers 4

TmpFileRemoteMethod · 0.80
GetReadBufferFileMethod · 0.80
RemoveMethod · 0.80
WaitForAsyncReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected