MCPcopy Create free account
hub / github.com/apache/cloudberry / getNumOfChunks

Method getNumOfChunks

gpcontrib/gpcloud/include/s3params.h:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 uint64_t getNumOfChunks() const {
60 return numOfChunks;
61 }
62
63 void setNumOfChunks(uint64_t numOfChunks) {
64 this->numOfChunks = numOfChunks;

Callers 4

TESTFunction · 0.80
openMethod · 0.80
flushBufferMethod · 0.80
PrepareS3MemContextFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64