We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4c641 commit 12c4fe3Copy full SHA for 12c4fe3
python/datafusion/dataframe.py
@@ -122,7 +122,7 @@ def __init__(self, df: DataFrameInternal) -> None:
122
self.df = df
123
124
def into_view(self) -> pa.Table:
125
- """Register this DataFrame as a view in the current session."""
+ """Register this DataFrame as a ViewTable which can be used in register_table"""
126
return self.df.into_view()
127
128
def __getitem__(self, key: str | List[str]) -> DataFrame:
0 commit comments