PostgreSQL Source Code git master
Loading...
Searching...
No Matches
Interval Struct Reference

#include <timestamp.h>

Data Fields

TimeOffset time
 
int32 day
 
int32 month
 

Detailed Description

Definition at line 47 of file timestamp.h.

Field Documentation

◆ day

int32 Interval::day

Definition at line 51 of file timestamp.h.

Referenced by ts_dist(), and tstz_dist().

◆ month

int32 Interval::month

Definition at line 52 of file timestamp.h.

Referenced by ts_dist(), and tstz_dist().

◆ time

TimeOffset Interval::time

Definition at line 49 of file timestamp.h.

Referenced by in_range_time_interval(), in_range_timetz_interval(), ts_dist(), and tstz_dist().


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