Class: Arrow::CSVReadOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/arrow/csv-read-options.rb

Instance Method Summary collapse

Instance Method Details

#add_column_type(name, type) ⇒ Object



21
22
23
# File 'lib/arrow/csv-read-options.rb', line 21

def add_column_type(name, type)
  add_column_type_raw(name, DataType.resolve(type))
end

#add_column_type_rawObject



20
# File 'lib/arrow/csv-read-options.rb', line 20

alias_method :add_column_type_raw, :add_column_type