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

Method open

gpcontrib/gpcloud/test/compress_writer_test.cpp:13–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 }
12
13 virtual void open(const S3Params &params) {
14 }
15
16 virtual uint64_t write(const char *buf, uint64_t count) {
17 this->data.insert(this->data.end(), buf, buf + count);

Callers 9

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
SetUpMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected