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

Method minimum_compression_level

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

Source from the content-addressed store, hash-verified

395
396 Compression::type compression_type() const override { return Compression::LZ4; }
397 int minimum_compression_level() const override { return kLz4MinCompressionLevel; }
398#if (defined(LZ4_VERSION_NUMBER) && LZ4_VERSION_NUMBER < 10800)
399 int maximum_compression_level() const override { return 12; }
400#else

Callers 3

test_compression_levelFunction · 0.45
TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_compression_levelFunction · 0.36
TEST_PFunction · 0.36