If a remote scratch space is registered in the TmpFileMgr.
| 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_; } |