Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_load
Method · 0.45
Calls
6
directory?
Method · 0.80
scheme
Method · 0.45
each
Method · 0.45
to_s
Method · 0.45
join
Method · 0.45
inspect
Method · 0.45
Tested by
no test coverage detected