Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ getSize
Method
getSize
gpcontrib/gpcloud/include/s3interface.h:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
return this->name;
36
};
37
uint64_t getSize() const {
38
return this->size;
39
};
40
41
string name;
42
uint64_t size;
Callers
3
TEST_F
Function · 0.80
constructReaderParams
Method · 0.80
printBucketContents
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64