We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
It kinda is but it may also blow up user's RAM if the file is compressed and big
Sorry, something went wrong.
Do we intend to support FileIO? If so I may add the interface and improve upon this
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: