Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ test_slice
Method
test_slice
c_glib/test/test-null-array.rb:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
end
28
29
def test_slice
30
array = Arrow::NullArray.new(3)
31
assert_equal(2, array.slice(1, 2).length)
32
end
33
end
Callers
nothing calls this directly
Calls
3
new
Method · 0.45
length
Method · 0.45
slice
Method · 0.45
Tested by
no test coverage detected