PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PathKey Struct Reference

#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
 

Detailed Description

Definition at line 1786 of file pathnodes.h.

Member Function Documentation

◆ pg_node_attr() [1/2]

EquivalenceClass *pk_eclass PathKey::pg_node_attr ( copy_as_scalar  ,
equal_as_scalar   
)

◆ pg_node_attr() [2/2]

PathKey::pg_node_attr ( no_read  ,
no_query_jumble   
)

Field Documentation

◆ pk_cmptype

CompareType PathKey::pk_cmptype

Definition at line 1795 of file pathnodes.h.

◆ pk_nulls_first

bool PathKey::pk_nulls_first

Definition at line 1796 of file pathnodes.h.

◆ pk_opfamily

Oid PathKey::pk_opfamily

Definition at line 1794 of file pathnodes.h.


The documentation for this struct was generated from the following file: