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

Strongly typed wrapper for current_row 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 current_row rolling windows.

This window contains all rows that are equal to the current row.

Definition at line 100 of file rolling.hpp.

Member Function Documentation

◆ delta()

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

Return a null row delta.

Returns
nullptr

Definition at line 105 of file rolling.hpp.


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