Kùzu C API
Loading...
Searching...
No Matches
kuzu_interval_t Struct Reference

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
 

Detailed Description

kuzu internal interval type which stores the months, days and microseconds.

Field Documentation

◆ days

int32_t kuzu_interval_t::days

◆ micros

int64_t kuzu_interval_t::micros

◆ months

int32_t kuzu_interval_t::months

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