snowflake.snowpark.WindowSpec.rowsBetween¶ WindowSpec.rowsBetween(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()