MCPcopy Create free account
hub / github.com/apache/arrow / setup

Method setup

ruby/red-arrow/test/test-timestamp-array.rb:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27 sub_test_case("#is_in") do
28 def setup
29 values = [
30 Time.parse("2019-11-18T00:09:11"),
31 Time.parse("2019-11-18T00:09:12"),
32 Time.parse("2019-11-18T00:09:13"),
33 ]
34 @array = Arrow::TimestampArray.new(:micro, values)
35 end
36
37 test("Arrow: Array") do
38 right = [

Callers

nothing calls this directly

Calls 2

parseMethod · 0.45
newMethod · 0.45

Tested by

no test coverage detected