PostgreSQL Source Code  git master
PresortedKeyData Struct Reference

#include <execnodes.h>

Data Fields

FmgrInfo flinfo
 
FunctionCallInfo fcinfo
 
OffsetNumber attno
 

Detailed Description

Definition at line 2225 of file execnodes.h.

Field Documentation

◆ attno

OffsetNumber PresortedKeyData::attno

Definition at line 2229 of file execnodes.h.

Referenced by isCurrentGroup().

◆ fcinfo

FunctionCallInfo PresortedKeyData::fcinfo

Definition at line 2228 of file execnodes.h.

◆ flinfo

FmgrInfo PresortedKeyData::flinfo

Definition at line 2227 of file execnodes.h.


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