PostgreSQL Source Code  git master
test128 Union Reference

Data Fields

int128 i128
 
INT128 I128
 
union {
   uint64   lo
 
   int64   hi
 
hl
 

Detailed Description

Definition at line 35 of file testint128.c.

Field Documentation

◆ hi

int64 test128::hi

Definition at line 46 of file testint128.c.

Referenced by main().

◆ 

union { ... } test128::hl

Referenced by main().

◆ i128

int128 test128::i128

Definition at line 37 of file testint128.c.

Referenced by main().

◆ I128

INT128 test128::I128

Definition at line 38 of file testint128.c.

Referenced by main().

◆ lo

uint64 test128::lo

Definition at line 45 of file testint128.c.

Referenced by main().


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