Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ setWriter
Method
setWriter
gpcontrib/gpcloud/src/compress_writer.cpp:115–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
void CompressWriter::setWriter(Writer* writer) {
116
this->writer = writer;
117
}
118
119
void CompressWriter::flush() {
120
if (this->zstream.avail_out < S3_ZIP_COMPRESS_CHUNKSIZE) {
Callers
2
SetUp
Method · 0.80
open
Method · 0.80
Calls
no outgoing calls
Tested by
1
SetUp
Method · 0.64