MCPcopy Create free account
hub / github.com/apache/impala / pool

Method pool

be/src/runtime/sorter.cc:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

GetCollectionMemoryMethod · 0.45
WriteCollectionSlotMethod · 0.45

Calls 1

buffer_poolMethod · 0.45

Tested by

no test coverage detected