Skip to content

[DF] Port Nested Subqueries to Datafusion #459

@jdye64

Description

@jdye64

Is your feature request related to a problem? Please describe.
Nested subqueries need to be ported from the Apache Calcite data structures to the Apache Datafusion data structures.

Describe the solution you'd like
All references should be removed from select.py, and likewise any other locations where subqueries could be present. All instances of calcite references removed should be replaced with the correlating Apache Datafusion data structures.

Success criteria for this port being complete is all pytests passing for test_select.py

Describe alternatives you've considered
None

Additional context
None

Metadata

Metadata

Assignees

Labels

datafusionRelated to work in DataFusion

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions