snowflake.snowpark.WindowSpec.rows_between¶ WindowSpec.rows_between(start: Union[int, WindowRelativePosition], end: Union[int, WindowRelativePosition]) → WindowSpec[source]¶ Returns a new WindowSpec object with the new row frame clause. See also Window.rows_between()