NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
NES::KeyedResultRecord Struct Reference

Public Member Functions

bool operator== (const KeyedResultRecord &rhs) const
 

Public Attributes

uint64_t windowStart
 
uint64_t windowEnd
 
uint64_t id
 
uint64_t value
 

Friends

std::ostream & operator<< (std::ostream &os, const KeyedResultRecord &record)
 

Member Function Documentation

◆ operator==()

bool NES::KeyedResultRecord::operator== ( const KeyedResultRecord rhs) const
inline

References id, value, windowEnd, and windowStart.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const KeyedResultRecord record 
)
friend

Member Data Documentation

◆ id

uint64_t NES::KeyedResultRecord::id

Referenced by operator==().

◆ value

uint64_t NES::KeyedResultRecord::value

Referenced by operator==().

◆ windowEnd

uint64_t NES::KeyedResultRecord::windowEnd

Referenced by operator==().

◆ windowStart

uint64_t NES::KeyedResultRecord::windowStart

Referenced by operator==().


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