|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Public Member Functions | |
| pg_node_attr (no_read, no_query_jumble) NodeTag type | |
| EquivalenceClass *pk_eclass | pg_node_attr (copy_as_scalar, equal_as_scalar) |
Data Fields | |
| Oid | pk_opfamily |
| CompareType | pk_cmptype |
| bool | pk_nulls_first |
Definition at line 1786 of file pathnodes.h.
| EquivalenceClass *pk_eclass PathKey::pg_node_attr | ( | copy_as_scalar | , |
| equal_as_scalar | |||
| ) |
| PathKey::pg_node_attr | ( | no_read | , |
| no_query_jumble | |||
| ) |
| CompareType PathKey::pk_cmptype |
Definition at line 1795 of file pathnodes.h.
| bool PathKey::pk_nulls_first |
Definition at line 1796 of file pathnodes.h.
| Oid PathKey::pk_opfamily |
Definition at line 1794 of file pathnodes.h.