snowflake.snowpark.WindowSpec.rangeBetween¶
- WindowSpec.rangeBetween(start: int, end: int) WindowSpec[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/window.py#L244-L256)¶
Returns a new
WindowSpecobject with the new range frame clause.See also