-
Notifications
You must be signed in to change notification settings - Fork 4
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 a duckdb_to_parquet
using low level arrow functions
#33
Comments
_Originally posted by @jllipatz in #27 (comment) Hello, The couple `SQL2parquet <- function(query,path,chunk_size=1e6) reader <- duckdb_fetch_record_batch( file <- FileOutputStream$create(path)
} |
_Originally posted by @nbc in #27 (comment) Hi @jllipatz thanks, I'm very interested, I think preparing a parquet file in duckdb could be a good use case but I don't feel comfortable enough in arrow's guts to start working on this for the moment. I must explore more. |
I agree with @nbc. I find your idea @jjlipatz really very interesting and promising 🚀 |
Just to signal that I wrote an enhanced interface to SQL that is in https://github.com/jllipatz/SQL. That's just WIP...
Originally posted by @jllipatz in #27 (comment)
The text was updated successfully, but these errors were encountered: