PostgreSQL Source Code git master
Int128AggState Struct Reference

Data Fields

bool calcSumX2
 
int64 N
 
INT128 sumX
 
INT128 sumX2
 

Detailed Description

Definition at line 5397 of file numeric.c.

Field Documentation

◆ calcSumX2

bool Int128AggState::calcSumX2

Definition at line 5399 of file numeric.c.

◆ N

int64 Int128AggState::N

◆ sumX

INT128 Int128AggState::sumX

◆ sumX2

INT128 Int128AggState::sumX2

Definition at line 5402 of file numeric.c.

Referenced by numeric_poly_combine(), and numeric_poly_deserialize().


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