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

Function PreferencesWithCompressionLevel

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

Source from the content-addressed store, hash-verified

56}
57
58static LZ4F_preferences_t PreferencesWithCompressionLevel(int compression_level) {
59 LZ4F_preferences_t prefs = DefaultPreferences();
60 prefs.compressionLevel = compression_level;
61 return prefs;
62}
63
64// ----------------------------------------------------------------------
65// Lz4 frame decompressor implementation

Callers 2

InitMethod · 0.85
Lz4FrameCodecMethod · 0.85

Calls 1

DefaultPreferencesFunction · 0.85

Tested by

no test coverage detected