We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to be able to use
Statement::Copy { table_name, columns, to, target, options, legacy_options, values }
in the logical plan, from SQLParser. It is mentioned in #5076 and #5130.
Add a logical plan enum for this operator that supports the statement::copy fields.
statement::copy
NA
The text was updated successfully, but these errors were encountered:
This is included in #6313
Sorry, something went wrong.
COPY ... TO ...
I plan a PR for this shortly
COPY .. TO ..
Proposed PR: #6355
Successfully merging a pull request may close this issue.
Is your feature request related to a problem or challenge?
I want to be able to use
in the logical plan, from SQLParser. It is mentioned in #5076 and #5130.
Describe the solution you'd like
Add a logical plan enum for this operator that supports the
statement::copy
fields.Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: