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

Method Init

be/src/runtime/bufferpool/buffer-pool.cc:396–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396void BufferPool::SubReservation::Init(ClientHandle* client) {
397 DCHECK(tracker_ == nullptr);
398 DCHECK(client->is_registered());
399 tracker_.reset(new ReservationTracker);
400 tracker_->InitChildTracker(
401 nullptr, client->impl_->reservation(), nullptr, numeric_limits<int64_t>::max());
402}
403
404BufferPool::SubReservation::~SubReservation() {}
405

Callers 9

SetUpMethod · 0.45
SetUpMethod · 0.45
SetUpMethod · 0.45
SetUpMethod · 0.45
SetUpMethod · 0.45
InitTmpFileMgrMethod · 0.45
TestQueryTeardownMethod · 0.45
TEST_FFunction · 0.45

Calls 5

maxFunction · 0.85
is_registeredMethod · 0.80
InitChildTrackerMethod · 0.80
resetMethod · 0.65
reservationMethod · 0.45

Tested by 9

SetUpMethod · 0.36
SetUpMethod · 0.36
SetUpMethod · 0.36
SetUpMethod · 0.36
SetUpMethod · 0.36
InitTmpFileMgrMethod · 0.36
TestQueryTeardownMethod · 0.36
TEST_FFunction · 0.36