MCPcopy 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
115void CompressWriter::setWriter(Writer* writer) {
116 this->writer = writer;
117}
118
119void CompressWriter::flush() {
120 if (this->zstream.avail_out < S3_ZIP_COMPRESS_CHUNKSIZE) {

Callers 2

SetUpMethod · 0.80
openMethod · 0.80

Calls

no outgoing calls

Tested by 1

SetUpMethod · 0.64