All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
cudf::unbounded Struct Reference

Strongly typed wrapper for unbounded rolling windows. More...

#include <rolling.hpp>

Public Member Functions

constexpr cudf::scalar const * delta () const noexcept
 Return a null row delta. More...
 

Detailed Description

Strongly typed wrapper for unbounded rolling windows.

This window runs to the begin/end of the current row's group.

Definition at line 88 of file rolling.hpp.

Member Function Documentation

◆ delta()

constexpr cudf::scalar const* cudf::unbounded::delta ( ) const
inlineconstexprnoexcept

Return a null row delta.

Returns
nullptr

Definition at line 93 of file rolling.hpp.


The documentation for this struct was generated from the following file: