snowflake.snowpark.WindowSpec.range_between

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

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

Language: English