PostgreSQL Source Code: cmpEntriesArg Struct Reference (original) (raw)
Data Fields | |
---|---|
FmgrInfo * | cmpDatumFunc |
Oid | collation |
bool | haveDups |
Detailed Description
Definition at line 440 of file ginutil.c.
Field Documentation
◆ cmpDatumFunc
FmgrInfo* cmpEntriesArg::cmpDatumFunc
Definition at line 442 of file ginutil.c.
◆ collation
Oid cmpEntriesArg::collation
Definition at line 443 of file ginutil.c.
◆ haveDups
bool cmpEntriesArg::haveDups
Definition at line 444 of file ginutil.c.
The documentation for this struct was generated from the following file:
- src/backend/access/gin/ginutil.c