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

Data Fields

OffsetNumber * entries
 
int len
 
Datum * attr
 
bool * isnull
 
bool * dontcare
 

Detailed Description

Definition at line 31 of file gistsplit.c.

Field Documentation

◆ attr

Datum* GistSplitUnion::attr

Definition at line 35 of file gistsplit.c.

◆ dontcare

bool* GistSplitUnion::dontcare

Definition at line 37 of file gistsplit.c.

Referenced by gistunionsubkey().

◆ entries

OffsetNumber* GistSplitUnion::entries

Definition at line 33 of file gistsplit.c.

◆ isnull

bool* GistSplitUnion::isnull

Definition at line 36 of file gistsplit.c.

◆ len

int GistSplitUnion::len

Definition at line 34 of file gistsplit.c.


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