You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the range-based rolling window APIs were extended to support any
orderable column (rather than just time-based windows), this function
has been a thin forwarding wrapper to
cudf::grouped_range_rolling_window. It could have been deprecated at
the time, but was not. It seems there are no usages outside of the
libcudf test suite.
Partially addresses #13050.
0 commit comments