Open Beforerr opened 5 months ago
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.
load
fileio_load
fileio_load(file) = Arrow.Table(file.filename)
It kinda is but it may also blow up user's RAM if the file is compressed and big
Do we intend to support FileIO? If so I may add the interface and improve upon this
It is registered in FileIO however neither
load
norfileio_load
is defined. Not sure if the following simple code is the correct way to do it.