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

Method write

gpcontrib/gpcloud/test/compress_writer_test.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15
16 virtual uint64_t write(const char *buf, uint64_t count) {
17 this->data.insert(this->data.end(), buf, buf + count);
18 return count;
19 }
20
21 virtual void close() {
22 // Do not clean it, so we can verify the result in UT tests.

Callers 3

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected