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

Method test_chunk

c_glib/test/test-chunked-array.rb:86–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 end
85
86 def test_chunk
87 chunks = [
88 build_boolean_array([true, false]),
89 build_boolean_array([false]),
90 ]
91 chunked_array = Arrow::ChunkedArray.new(chunks)
92 assert_equal(2, chunked_array.get_chunk(0).length)
93 end
94
95 def test_chunks
96 chunks = [

Callers

nothing calls this directly

Calls 3

newMethod · 0.45
lengthMethod · 0.45
get_chunkMethod · 0.45

Tested by

no test coverage detected