Skip to content

Generate SQL from Statement #346

Closed
Closed
@hu6360567

Description

@hu6360567

Is there any plan to support deparse AST back to sql, so that I can distribute sub queries to DBMS distributely?

As apache/datafusion#970 describes, I'm trying to analyse and optimize SQL query which involves mutli datasets located in DBMS distributely.
Sub queries should be sent to corresponding executors to execute and aggreate at another certain executor. I'd like to collect the LogicalPlan into a single sql query to execute directly in DBMS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions