Strongly typed wrapper for bounded open rolling windows. More...
#include <rolling.hpp>
Public Member Functions | |
cudf::scalar const * | delta () const noexcept |
Return pointer to the row delta scalar. More... | |
Public Attributes | |
cudf::scalar const & | delta_ |
Strongly typed wrapper for bounded open rolling windows.
delta | The scalar delta from the current row. Must be valid, behaviour is undefined if not. If the scalar represents a floating point type the value must be neither inf nor nan, otherwise behaviour is undefined. |
The endpoints of this window are excluded.
Definition at line 70 of file rolling.hpp.
|
inlinenoexcept |
Return pointer to the row delta scalar.
Definition at line 80 of file rolling.hpp.
cudf::scalar const& cudf::bounded_open::delta_ |
Delta from the current row in the window. Must be valid, behaviour is undefined if not. Similarly, if the delta is a floating point type the value must be neither inf nor nan otherwise behaviour is undefined.
Definition at line 71 of file rolling.hpp.