Return the maximum total size of all the read buffer blocks for remote spilling.
| 232 | |
| 233 | /// Return the maximum total size of all the read buffer blocks for remote spilling. |
| 234 | int64_t GetRemoteMaxTotalReadBufferSize() const { |
| 235 | return tmp_dirs_remote_ctrl_.max_read_buffer_size_; |
| 236 | } |
| 237 | |
| 238 | /// Return the remote temporary block size. |
| 239 | int64_t GetRemoteTmpBlockSize() const { |
no outgoing calls
no test coverage detected