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

Function ZSTDError

cpp/src/arrow/util/compression_zstd.cc:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42using DCtxPtr = std::unique_ptr<ZSTD_DCtx, decltype(&ZSTD_freeDCtx)>;
43
44Status ZSTDError(size_t ret, const char* prefix_msg) {
45 return Status::IOError(prefix_msg, ZSTD_getErrorName(ret));
46}
47
48// ----------------------------------------------------------------------
49// ZSTD decompressor implementation

Callers 9

DecompressMethod · 0.85
ResetMethod · 0.85
CompressMethod · 0.85
FlushMethod · 0.85
EndMethod · 0.85
DecompressMethod · 0.85
CompressMethod · 0.85
CreateCCtxMethod · 0.85
CreateDCtxMethod · 0.85

Calls 1

IOErrorFunction · 0.85

Tested by

no test coverage detected