How can i load parquet data from memory? #3223
Unanswered
hengfeiyang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an example code of read data from parquet file.
I found example for read data from local disk file, but i want load data from memory, because my data already load in memory by other method.
How can i load file data from memory?
like bellow code, i have
file_data
in memory, but i don't know how to use it for data fusion.Thank you.
src/main.rs
Cargo.toml
Beta Was this translation helpful? Give feedback.
All reactions