How to read a JSON or CSV document from memory? #6963
Unanswered
not-my-profile
asked this question in
Q&A
Replies: 1 comment
-
the idea is that you would implement something that implemented the Here is an example of one that does so for in memory blobs https://docs.rs/object_store/0.6.1/object_store/memory/struct.InMemory.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The format-specific
read_
methods form SessionContext only accept paths, so I am wondering how you can instead provide something that implements std::io::Read.Apparently back in 5.0.0 there were some
try_new_from_reader
methods but they have been removed and I am struggling to figure out how to do the same with the new API.Beta Was this translation helpful? Give feedback.
All reactions