Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ size
Method
size
cpp/src/arrow/filesystem/mockfs.cc:67–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
File(TimePoint mtime, std::string name) : mtime(mtime), name(std::move(name)) {}
66
67
int64_t size() const { return data ? data->size() : 0; }
68
69
explicit operator std::string_view() const {
70
if (data) {
Callers
15
ParseFromString
Function · 0.45
CompareSessionOptionMaps
Function · 0.45
Validate
Method · 0.45
ToString
Method · 0.45
Next
Method · 0.45
Serve
Method · 0.45
UnpackProtoAction
Function · 0.45
FromProto
Function · 0.45
SchemaToString
Function · 0.45
IpcMessageHeaderSize
Function · 0.45
SerializePayloadToBuffers
Function · 0.45
ARROW_ASSIGN_OR_RAISE
Function · 0.45
Calls
no outgoing calls
Tested by
15
ASSERT_OK_AND_ASSIGN
Function · 0.36
ASSERT_OK_AND_ASSIGN
Method · 0.36
DoAction
Method · 0.36
TEST_F
Method · 0.36
TestRoundtrip
Function · 0.36
SplitCookies
Method · 0.36
TEST
Function · 0.36
CheckDoGet
Method · 0.36
TestDoGetInts
Method · 0.36
TestDoGetFloats
Method · 0.36
TestDoGetDicts
Method · 0.36
TestDoExchangeConcurrency
Method · 0.36