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

Method test_null

c_glib/test/test-take.rb:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 end
28
29 def test_null
30 indices = build_int16_array([2, nil, 0])
31 assert_equal(build_int16_array([2, nil, 1]),
32 build_int16_array([1, 0, 2]).take(indices))
33 end
34
35 def test_out_of_index
36 indices = build_int16_array([1, 2, 3])

Callers

nothing calls this directly

Calls 2

takeMethod · 0.45
newMethod · 0.45

Tested by

no test coverage detected