Skip to content

Conversation

@dangotbanned
Copy link
Member

Description

Act 4 in this adventure is towards DslPlan::Scan.

Like (#3369), this will be a very trimmed down version to cover scan_csv and scan_parquet

# TODO @dangotbanned: Add `ScanCsv`, `ScanParquet` (after adding them in #2572)
# TODO @dangotbanned: Maybe rename this to `Scan` for consistency with polars
class Source(LogicalPlan):
"""Root node of a `LogicalPlan`."""
def iter_left(self) -> Iterator[LogicalPlan]:
yield self
def iter_right(self) -> Iterator[LogicalPlan]:
yield self

Related issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants