Skip to content
New issue

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

Add support for FileIO #507

Open
Beforerr opened this issue May 27, 2024 · 2 comments
Open

Add support for FileIO #507

Beforerr opened this issue May 27, 2024 · 2 comments

Comments

@Beforerr
Copy link

Beforerr commented May 27, 2024

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)
@Moelf
Copy link
Contributor

Moelf commented May 27, 2024

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

@Beforerr
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants