Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ test_options_class_name
Method
test_options_class_name
c_glib/test/test-function-doc.rb:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
end
38
39
def test_options_class_name
40
doc = Arrow::Function.find(
"cast"
).doc
41
assert_equal(
"CastOptions"
, doc.options_class_name)
42
end
43
end
Callers
nothing calls this directly
Calls
1
find
Method · 0.45
Tested by
no test coverage detected