snowflake.snowpark.WindowSpec.rangeBetween

WindowSpec.rangeBetween(start: Union[int, Column], end: Union[int, Column]) WindowSpec[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.44.0/src/snowflake/snowpark/window.py#L449-L481)

Returns a new WindowSpec object with the new range frame clause.

Language: English