MCPcopy 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
50end

Callers

nothing calls this directly

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected