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

Method IsSpaceReserved

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

Source from the content-addressed store, hash-verified

301 /// Getter and setter for space reserved flag.
302 void SetSpaceReserved() { space_reserved_.Store(true); }
303 bool IsSpaceReserved() { return space_reserved_.Load(); }
304
305 /// Set actual file size.
306 /// The function should only be called once during the lifetime of the DiskFile.

Callers 5

~TmpFileRemoteMethod · 0.80
RemoveMethod · 0.80
EnqueueWriteRangeMethod · 0.80
TEST_FFunction · 0.80

Calls 1

LoadMethod · 0.45

Tested by 2

TEST_FFunction · 0.64