MCPcopy 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_FFunction · 0.80
constructReaderParamsMethod · 0.80
printBucketContentsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64