Return the number of read buffer blocks for a remote temporary file.
| 227 | |
| 228 | /// Return the number of read buffer blocks for a remote temporary file. |
| 229 | int GetNumReadBuffersPerFile() const { |
| 230 | return tmp_dirs_remote_ctrl_.num_read_buffer_blocks_per_file_; |
| 231 | } |
| 232 | |
| 233 | /// Return the maximum total size of all the read buffer blocks for remote spilling. |
| 234 | int64_t GetRemoteMaxTotalReadBufferSize() const { |
no outgoing calls
no test coverage detected