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

Method test_compression_level

c_glib/test/test-codec.rb:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 end
28
29 def test_compression_level
30 codec = Arrow::Codec.new(:gzip)
31 assert_equal(9, codec.compression_level)
32 end
33end

Callers

nothing calls this directly

Calls 2

newMethod · 0.45
compression_levelMethod · 0.45

Tested by

no test coverage detected