arrow-julia icon indicating copy to clipboard operation
arrow-julia copied to clipboard

Add support for FileIO

Open Beforerr opened this issue 1 year ago • 2 comments

It is registered in FileIO however neither load nor fileio_load is defined. Not sure if the following simple code is the correct way to do it.

fileio_load(file) = Arrow.Table(file.filename)

Beforerr avatar May 27 '24 07:05 Beforerr

It kinda is but it may also blow up user's RAM if the file is compressed and big

Moelf avatar May 27 '24 12:05 Moelf

Do we intend to support FileIO? If so I may add the interface and improve upon this

Beforerr avatar May 29 '24 04:05 Beforerr