MCPcopy 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
33end

Callers

nothing calls this directly

Calls 3

newMethod · 0.45
lengthMethod · 0.45
sliceMethod · 0.45

Tested by

no test coverage detected