Skip to content

Commit

Permalink
Resync with pyspark-stubs (add Column.withField)
Browse files Browse the repository at this point in the history
  • Loading branch information
zero323 committed Sep 16, 2020
1 parent a68e79c commit 40a3e81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyspark/sql/column.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class Column:
def bitwiseXOR(self, other: Union[Column, int]) -> Column: ...
def getItem(self, key: Any) -> Column: ...
def getField(self, name: Any) -> Column: ...
def withField(self, fieldName: str, col: Column) -> Column: ...
def __getattr__(self, item: Any) -> Column: ...
def __iter__(self) -> None: ...
def rlike(self, item: str) -> Column: ...
Expand Down

0 comments on commit 40a3e81

Please sign in to comment.