PostgreSQL Source Code: SignTSVector Struct Reference (original) (raw)
SignTSVector Struct Reference
Data Fields | |
---|---|
int32 | vl_len_ |
int32 | flag |
char | data [FLEXIBLE_ARRAY_MEMBER] |
Detailed Description
Definition at line 63 of file tsgistidx.c.
Field Documentation
◆ data
char SignTSVector::data[FLEXIBLE_ARRAY_MEMBER]
Definition at line 67 of file tsgistidx.c.
◆ flag
int32 SignTSVector::flag
Definition at line 66 of file tsgistidx.c.
Referenced by gtsvector_alloc(), and gtsvector_union().
◆ vl_len_
int32 SignTSVector::vl_len_
Definition at line 65 of file tsgistidx.c.
The documentation for this struct was generated from the following file:
- src/backend/utils/adt/tsgistidx.c