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

Method test_all

c_glib/test/test-count.rb:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 end
36
37 def test_all
38 options = Arrow::CountOptions.new
39 options.mode = Arrow::CountMode::ALL
40 assert_equal(3, build_int32_array([1, nil, 3]).count(options))
41 end
42 end
43end

Callers

nothing calls this directly

Calls 3

newMethod · 0.45
modeMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected