Skip to content
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

LogicalPlan COPY TO statement support #5988

Closed
metesynnada opened this issue Apr 13, 2023 · 3 comments · Fixed by #6355
Closed

LogicalPlan COPY TO statement support #5988

metesynnada opened this issue Apr 13, 2023 · 3 comments · Fixed by #6355
Labels
enhancement New feature or request

Comments

@metesynnada
Copy link
Contributor

Is your feature request related to a problem or challenge?

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.

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

@metesynnada metesynnada added the enhancement New feature or request label Apr 13, 2023
@metesynnada metesynnada changed the title SQLParser COPY TO query support LogicalPlan COPY TO statement support Apr 13, 2023
@alamb
Copy link
Contributor

alamb commented May 10, 2023

This is included in #6313

@alamb
Copy link
Contributor

alamb commented May 15, 2023

I plan a PR for this shortly

@alamb
Copy link
Contributor

alamb commented May 15, 2023

Proposed PR: #6355

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants