Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.80
open
Method · 0.80
flushBuffer
Method · 0.80
PrepareS3MemContext
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64