PostgreSQL Source Code  git master
GistSplitUnion Struct Reference

Data Fields

OffsetNumberentries
 
int len
 
Datumattr
 
boolisnull
 
booldontcare
 

Detailed Description

Definition at line 31 of file gistsplit.c.

Field Documentation

◆ attr

Datum* GistSplitUnion::attr

Definition at line 35 of file gistsplit.c.

Referenced by gistunionsubkey(), and gistunionsubkeyvec().

◆ dontcare

bool* GistSplitUnion::dontcare

Definition at line 37 of file gistsplit.c.

Referenced by gistunionsubkey(), and gistunionsubkeyvec().

◆ entries

OffsetNumber* GistSplitUnion::entries

Definition at line 33 of file gistsplit.c.

Referenced by gistunionsubkey(), and gistunionsubkeyvec().

◆ isnull

bool* GistSplitUnion::isnull

Definition at line 36 of file gistsplit.c.

Referenced by gistunionsubkey(), and gistunionsubkeyvec().

◆ len

int GistSplitUnion::len

Definition at line 34 of file gistsplit.c.

Referenced by gistunionsubkey(), and gistunionsubkeyvec().


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