Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
end
Callers
nothing calls this directly
Calls
2
new
Method · 0.45
compression_level
Method · 0.45
Tested by
no test coverage detected