Skip to content

Introduce an AbstractTableScan with default methods#1

Draft
smaheshwar-pltr wants to merge 1 commit intomainfrom
sm/abstract-table-scan
Draft

Introduce an AbstractTableScan with default methods#1
smaheshwar-pltr wants to merge 1 commit intomainfrom
sm/abstract-table-scan

Conversation

@smaheshwar-pltr
Copy link
Copy Markdown
Owner

Rationale for this change

Are these changes tested?

Are there any user-facing changes?

"""
return self.to_arrow().to_pandas(**kwargs)

def to_duckdb(self, table_name: str, connection: Optional[DuckDBPyConnection] = None) -> DuckDBPyConnection:
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This method was previously not on TableScan, but DataScan. I felt like it could be lifted though.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant