Skip to content

Commit

Permalink
Update src/snowflake/snowpark/functions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Afroz Alam <afroz.alam@snowflake.com>
  • Loading branch information
sfc-gh-jrose and sfc-gh-aalam authored Oct 31, 2024
1 parent e6893be commit 1dfceb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4602,7 +4602,7 @@ def window(
startTime: Optional[str] = None,
) -> Column:
"""
Converts a time column into a window object with start and end times. Window start times areinclusive
Converts a time column into a window object with start and end times. Window start times are
inclusive while end times are exclusive. For example 9:30 is in the window [9:30, 10:00), but not [9:00, 9:30).
Args:
Expand Down

0 comments on commit 1dfceb9

Please sign in to comment.