MCPcopy Create free account
hub / github.com/apache/arrow / size

Function size

cpp/src/arrow/filesystem/filesystem.h:83–83  ·  view source on GitHub ↗

The size in bytes, if available Only regular files are guaranteed to have a size.

Source from the content-addressed store, hash-verified

81 ///
82 /// Only regular files are guaranteed to have a size.
83 int64_t size() const { return size_; }
84 void set_size(int64_t size) { size_ = size; }
85
86 /// The file extension (excluding the dot)

Callers 15

EqualsFunction · 0.70
TEST_FFunction · 0.50
GenerateTestFieldsFunction · 0.50
GetOrInsertMethod · 0.50
GetOrInsertNullMethod · 0.50
GetOrInsertNullMethod · 0.50
CopyValuesMethod · 0.50
GetOrInsertMethod · 0.50
GetOrInsertNullMethod · 0.50
CopyOffsetsMethod · 0.50
CopyValuesMethod · 0.50

Calls

no outgoing calls

Tested by 7

TEST_FFunction · 0.40
TestRoundTripFromInfMethod · 0.40
TestRoundTripMethod · 0.40
TestRoundTripFromNaNMethod · 0.40
TESTFunction · 0.40
TYPED_TEST_PFunction · 0.40