MCPcopy Create free account
hub / github.com/apache/cloudberry / ~S3KeyReader

Method ~S3KeyReader

gpcontrib/gpcloud/include/s3key_reader.h:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 pthread_mutex_init(&this->mutexErrorMessage, NULL);
80 }
81 virtual ~S3KeyReader() {
82 this->close();
83 pthread_mutex_destroy(&this->mutexErrorMessage);
84 }
85
86 void open(const S3Params& params);
87 uint64_t read(char* buf, uint64_t count);

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected