Describe the enhancement requested
It builds an Arrow array from Ruby objects. Which Arrow type should be used is detected automatically.
This is just for convenient. Users who want to specify Arrow type explicitly should use ArrowFormat::XXXArray.new(values) explicitly instead.
Component(s)
Ruby
Describe the enhancement requested
It builds an Arrow array from Ruby objects. Which Arrow type should be used is detected automatically.
This is just for convenient. Users who want to specify Arrow type explicitly should use
ArrowFormat::XXXArray.new(values)explicitly instead.Component(s)
Ruby