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

Method file_size

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

Return the default size of the file.

Source from the content-addressed store, hash-verified

242
243 /// Return the default size of the file.
244 int64_t file_size() const { return file_size_; }
245
246 /// Return the actual size of the file.
247 int64_t actual_file_size() { return actual_file_size_.Load(); }

Callers 3

TEST_FFunction · 0.45
GetPrototypeMethod · 0.45
DoWriteMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36