PostgreSQL Source Code  git master
IntervalAggState Struct Reference

Data Fields

int64 N
 
Interval sumX
 
int64 pInfcount
 
int64 nInfcount
 

Detailed Description

Definition at line 78 of file timestamp.c.

Field Documentation

◆ N

int64 IntervalAggState::N

Definition at line 80 of file timestamp.c.

Referenced by interval_avg_combine(), and interval_avg_deserialize().

◆ nInfcount

int64 IntervalAggState::nInfcount

Definition at line 84 of file timestamp.c.

Referenced by interval_avg_combine(), and interval_avg_deserialize().

◆ pInfcount

int64 IntervalAggState::pInfcount

Definition at line 83 of file timestamp.c.

Referenced by interval_avg_combine(), and interval_avg_deserialize().

◆ sumX

Interval IntervalAggState::sumX

Definition at line 81 of file timestamp.c.

Referenced by interval_avg_combine(), and interval_avg_deserialize().


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