PostgreSQL Source Code: GinEntryAccumulator Struct Reference (original) (raw)
#include <[gin_private.h](gin%5F%5Fprivate%5F8h%5Fsource.html)>
| Data Fields | |
|---|---|
| RBTNode | rbtnode |
| Datum | key |
| GinNullCategory | category |
| OffsetNumber | attnum |
| bool | shouldSort |
| ItemPointerData * | list |
| uint32 | maxcount |
| uint32 | count |
Definition at line 422 of file gin_private.h.
◆ attnum
◆ category
◆ count
uint32 GinEntryAccumulator::count
◆ key
Datum GinEntryAccumulator::key
◆ list
◆ maxcount
uint32 GinEntryAccumulator::maxcount
◆ rbtnode
RBTNode GinEntryAccumulator::rbtnode
◆ shouldSort
bool GinEntryAccumulator::shouldSort
The documentation for this struct was generated from the following file:
- src/include/access/gin_private.h