Kùzu C API
|
kuzu internal interval type which stores the months, days and microseconds. More...
#include <kuzu.h>
Data Fields | |
int32_t | months |
int32_t | days |
int64_t | micros |
kuzu internal interval type which stores the months, days and microseconds.
int32_t kuzu_interval_t::days |
int64_t kuzu_interval_t::micros |
int32_t kuzu_interval_t::months |