Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ test_nulls
Method
test_nulls
c_glib/test/test-count.rb:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
end
30
31
def test_nulls
32
options = Arrow::CountOptions.new
33
options.mode = Arrow::CountMode::ONLY_NULL
34
assert_equal(1, build_int32_array([1, nil, 3]).count(options))
35
end
36
37
def test_all
38
options = Arrow::CountOptions.new
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