|
PostgreSQL Source Code git master
|
Data Fields | |
| OffsetNumber * | entries |
| int | len |
| Datum * | attr |
| bool * | isnull |
| bool * | dontcare |
Definition at line 31 of file gistsplit.c.
| Datum* GistSplitUnion::attr |
Definition at line 35 of file gistsplit.c.
Referenced by gistunionsubkey(), and gistunionsubkeyvec().
| bool* GistSplitUnion::dontcare |
Definition at line 37 of file gistsplit.c.
Referenced by gistunionsubkey(), and gistunionsubkeyvec().
| OffsetNumber* GistSplitUnion::entries |
Definition at line 33 of file gistsplit.c.
Referenced by gistunionsubkey(), and gistunionsubkeyvec().
| bool* GistSplitUnion::isnull |
Definition at line 36 of file gistsplit.c.
Referenced by gistunionsubkey(), and gistunionsubkeyvec().
| int GistSplitUnion::len |
Definition at line 34 of file gistsplit.c.
Referenced by gistunionsubkey(), and gistunionsubkeyvec().