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

Method test_length

c_glib/test/test-null-array.rb:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18class TestNullArray < Test::Unit::TestCase
19 def test_length
20 array = Arrow::NullArray.new(3)
21 assert_equal(3, array.length)
22 end
23
24 def test_n_nulls
25 array = Arrow::NullArray.new(3)

Callers

nothing calls this directly

Calls 2

newMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected