Returns the process wide leaf memory pool used for ssd cache.
| 307 | /// Returns the process wide leaf memory pool used for disk spilling. |
| 308 | MemoryPool* spillPool() { |
| 309 | return spillPool_.get(); |
| 310 | } |
| 311 | |
| 312 | /// Returns the process wide leaf memory pool used for ssd cache. |
| 313 | MemoryPool* cachePool() { |
| 314 | return cachePool_.get(); |