Does the Datafusion supports the sinking? #3637
metesynnada
started this conversation in
General
Replies: 1 comment
-
DataFrame has write methods for saving the results of a query https://arrow.apache.org/datafusion/user-guide/dataframe.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
-
Is there anything like
execute_insert
method to a sink table? Can we persist the query results somehow to another database/file format?Beta Was this translation helpful? Give feedback.
All reactions