MCPcopy Create free account
hub / github.com/apache/arrow / ZlibError

Method ZlibError

cpp/src/arrow/util/compression_zlib.cc:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176 protected:
177 Status ZlibError(const char* prefix_msg) {
178 return ZlibErrorPrefix(prefix_msg, stream_.msg);
179 }
180
181 z_stream stream_;
182 GZipFormat format_;

Callers

nothing calls this directly

Calls 1

ZlibErrorPrefixFunction · 0.85

Tested by

no test coverage detected