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-function.rb:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
include Helper::Buildable
20
21
def test_all
22
or_function = Arrow::Function.find(
"or"
)
23
assert do
24
Arrow::Function.all.include?(or_function)
25
end
26
end
27
28
sub_test_case(
"#execute"
) do
29
def test_array
Callers
nothing calls this directly
Calls
2
all
Method · 0.80
find
Method · 0.45
Tested by
no test coverage detected