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

Function LZ4Error

cpp/src/arrow/util/compression_lz4.cc:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46constexpr int kLz4MinCompressionLevel = 1;
47
48static Status LZ4Error(LZ4F_errorCode_t ret, const char* prefix_msg) {
49 return Status::IOError(prefix_msg, LZ4F_getErrorName(ret));
50}
51
52static LZ4F_preferences_t DefaultPreferences() {
53 LZ4F_preferences_t prefs;

Callers 8

InitMethod · 0.85
DecompressMethod · 0.85
InitMethod · 0.85
compression_lz4.ccFile · 0.85
CompressFunction · 0.85
FlushFunction · 0.85
EndFunction · 0.85
CompressMethod · 0.85

Calls 1

IOErrorFunction · 0.85

Tested by

no test coverage detected