Skip to content

LogicalPlan COPY TO statement support #5988

@metesynnada

Description

@metesynnada

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions