Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
end
Callers
nothing calls this directly
Calls
3
new
Method · 0.45
mode
Method · 0.45
count
Method · 0.45
Tested by
no test coverage detected