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

Method initialize

ruby/red-arrow/lib/arrow/csv-loader.rb:30–37  ·  view source on GitHub ↗
(path_or_data, **options)

Source from the content-addressed store, hash-verified

28 end
29
30 def initialize(path_or_data, **options)
31 @path_or_data = path_or_data
32 @options = options
33 if @options.key?(:delimiter)
34 @options[:col_sep] = @options.delete(:delimiter)
35 end
36 @compression = @options.delete(:compression)
37 end
38
39 def load
40 case @path_or_data

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected