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

@dangotbanned dangotbanned marked this pull request as ready for review December 24, 2025 12:13
@dangotbanned dangotbanned merged commit 2c1e9af into oh-nodes Dec 24, 2025
30 of 34 checks passed
@dangotbanned dangotbanned deleted the expr-ir/frame-import branch December 24, 2025 12:14
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