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

Method PinInFlight

be/src/runtime/bufferpool/buffer-pool-test.cc:398–400  ·  view source on GitHub ↗

Return whether a pin is in flight for the page.

Source from the content-addressed store, hash-verified

396
397 // Return whether a pin is in flight for the page.
398 static bool PinInFlight(PageHandle* page) {
399 return page->page_->pin_in_flight.Load();
400 }
401
402 // Return the path of the temporary file backing the page.
403 static string TmpFilePath(PageHandle* page) {

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected