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