| 107 | } |
| 108 | |
| 109 | BufferPool* Sorter::Page::pool() { |
| 110 | return ExecEnv::GetInstance()->buffer_pool(); |
| 111 | } |
| 112 | |
| 113 | // Sorter::Run methods |
| 114 | Sorter::Run::Run(Sorter* parent, TupleDescriptor* sort_tuple_desc, bool initial_run) |
no test coverage detected