Time-related utilities. More...
#include <SPL/Runtime/Function/EventTimeFunctions.h>
#include <SPL/Runtime/Function/TimeFunctions.h>
#include <SPL/Runtime/Utility/Interval.h>
#include <boost/multiprecision/cpp_int.hpp>
#include <limits>
Classes |
|
class | SPL::TimeUtils |
Time-related utilities. More... |
|
Namespaces |
|
SPL | |
C++ classes for writing operators. |
|
Typedefs |
|
using | SPL::timestamp_interval = interval< timestamp > |
using | SPL::Watermark = timestamp |
Watermarks are inserted into event-time streams. Data used for keeping track of the time progress of event time streams. More... |
|
Functions |
|
timestamp | SPL::operator% (timestamp const &l, timestamp const &r) |
Modulo operator for timestamps. More... |
|
Time-related utilities.