Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ test_values
Method
test_values
c_glib/test/test-duration-array.rb:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
end
44
45
def test_values
46
raw_data = [0, 1000]
47
array = build_duration_array(:milli, raw_data)
48
assert_equal(raw_data, array.values)
49
end
50
end
Callers
nothing calls this directly
Calls
1
values
Method · 0.45
Tested by
no test coverage detected