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

Method parse_csv_data

ruby/red-arrow/lib/arrow/csv-loader.rb:57–64  ·  view source on GitHub ↗
(data, **options)

Source from the content-addressed store, hash-verified

55 end
56
57 def parse_csv_data(data, **options)
58 csv = CSV.new(data, **options)
59 begin
60 yield(csv)
61 ensure
62 csv.close
63 end
64 end
65
66 def read_csv(csv)
67 values_set = []

Callers

nothing calls this directly

Calls 2

newMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected