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

Method GetStatusLock

be/src/runtime/io/disk-file.h:607–607  ·  view source on GitHub ↗

Return the status lock of the file.

Source from the content-addressed store, hash-verified

605
606 /// Return the status lock of the file.
607 SpinLock* GetStatusLock() { return &status_lock_; }
608
609 /// Helper function to DCHECK if the read buffer control is not NULL and if the buffer
610 /// index is valid.

Callers 1

DoReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected