PostgreSQL Source Code: ltree_gist Struct Reference (original) (raw)
ltree_gist Struct Reference
#include <[ltree.h](ltree%5F8h%5Fsource.html)>
Data Fields | |
---|---|
int32 | vl_len_ |
uint32 | flag |
char | data [FLEXIBLE_ARRAY_MEMBER] |
Detailed Description
Definition at line 266 of file ltree.h.
Field Documentation
◆ data
char ltree_gist::data[FLEXIBLE_ARRAY_MEMBER]
Definition at line 270 of file ltree.h.
◆ flag
uint32 ltree_gist::flag
Definition at line 269 of file ltree.h.
Referenced by _ltree_union(), and ltree_gist_alloc().
◆ vl_len_
int32 ltree_gist::vl_len_
Definition at line 268 of file ltree.h.
The documentation for this struct was generated from the following file:
- contrib/ltree/ltree.h