#include <date_t.h>
◆ date_t() [1/2]
kuzu::common::date_t::date_t |
( |
| ) |
|
◆ date_t() [2/2]
kuzu::common::date_t::date_t |
( |
int32_t | days_p | ) |
|
|
explicit |
◆ operator!=() [1/2]
bool kuzu::common::date_t::operator!= |
( |
const date_t & | rhs | ) |
const |
◆ operator!=() [2/2]
bool kuzu::common::date_t::operator!= |
( |
const timestamp_t & | rhs | ) |
const |
◆ operator+() [1/2]
date_t kuzu::common::date_t::operator+ |
( |
const int32_t & | day | ) |
const |
◆ operator+() [2/2]
◆ operator-() [1/3]
int64_t kuzu::common::date_t::operator- |
( |
const date_t & | rhs | ) |
const |
◆ operator-() [2/3]
date_t kuzu::common::date_t::operator- |
( |
const int32_t & | day | ) |
const |
◆ operator-() [3/3]
◆ operator<() [1/2]
bool kuzu::common::date_t::operator< |
( |
const date_t & | rhs | ) |
const |
◆ operator<() [2/2]
bool kuzu::common::date_t::operator< |
( |
const timestamp_t & | rhs | ) |
const |
◆ operator<=() [1/2]
bool kuzu::common::date_t::operator<= |
( |
const date_t & | rhs | ) |
const |
◆ operator<=() [2/2]
bool kuzu::common::date_t::operator<= |
( |
const timestamp_t & | rhs | ) |
const |
◆ operator==() [1/2]
bool kuzu::common::date_t::operator== |
( |
const date_t & | rhs | ) |
const |
◆ operator==() [2/2]
bool kuzu::common::date_t::operator== |
( |
const timestamp_t & | rhs | ) |
const |
◆ operator>() [1/2]
bool kuzu::common::date_t::operator> |
( |
const date_t & | rhs | ) |
const |
◆ operator>() [2/2]
bool kuzu::common::date_t::operator> |
( |
const timestamp_t & | rhs | ) |
const |
◆ operator>=() [1/2]
bool kuzu::common::date_t::operator>= |
( |
const date_t & | rhs | ) |
const |
◆ operator>=() [2/2]
bool kuzu::common::date_t::operator>= |
( |
const timestamp_t & | rhs | ) |
const |
◆ days
int32_t kuzu::common::date_t::days |
The documentation for this struct was generated from the following file: