Return if batch reading for remote temporary files is enabled.
| 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; |
no outgoing calls
no test coverage detected