Static Public Member Functions | Public Attributes | List of all members
cudf::window_bounds Struct Reference

Abstraction for window boundary sizes. More...

#include <rolling.hpp>

Static Public Member Functions

static window_bounds get (size_type value)
 Construct bounded window boundary. More...
 
static window_bounds unbounded ()
 Construct unbounded window boundary. More...
 

Public Attributes

const bool is_unbounded
 Whether the window boundary is unbounded.
 
const size_type value
 Finite window boundary value (in days or rows)
 

Detailed Description

Abstraction for window boundary sizes.

Definition at line 97 of file rolling.hpp.

Member Function Documentation

◆ get()

static window_bounds cudf::window_bounds::get ( size_type  value)
inlinestatic

Construct bounded window boundary.

Parameters
valueFinite window boundary (in days or rows)
Returns
A window boundary

Definition at line 105 of file rolling.hpp.

◆ unbounded()

static window_bounds cudf::window_bounds::unbounded ( )
inlinestatic

Construct unbounded window boundary.

Returns
window_bounds

Definition at line 112 of file rolling.hpp.


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