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

Method HasRemoteDir

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

If a remote scratch space is registered in the TmpFileMgr.

Source from the content-addressed store, hash-verified

311
312 /// If a remote scratch space is registered in the TmpFileMgr.
313 bool HasRemoteDir() { return tmp_dirs_remote_ != nullptr; }
314
315 /// Return default S3 options for spilling.
316 const vector<std::pair<string, string>>* s3a_options() { return &s3a_options_; }

Callers 1

CloseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected