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

Method load

ruby/red-arrow/lib/arrow/table-loader.rb:23–25  ·  view source on GitHub ↗
(input, options={})

Source from the content-addressed store, hash-verified

21 class TableLoader
22 class << self
23 def load(input, options={})
24 new(input, options).load
25 end
26 end
27
28 def initialize(input, options={})

Callers 1

csv_loadMethod · 0.45

Calls 6

directory?Method · 0.80
schemeMethod · 0.45
eachMethod · 0.45
to_sMethod · 0.45
joinMethod · 0.45
inspectMethod · 0.45

Tested by

no test coverage detected