PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PresortedKeyData Struct Reference

#include <execnodes.h>

Data Fields

FmgrInfo flinfo
 
FunctionCallInfo fcinfo
 
OffsetNumber attno
 

Detailed Description

Definition at line 2355 of file execnodes.h.

Field Documentation

◆ attno

OffsetNumber PresortedKeyData::attno

Definition at line 2359 of file execnodes.h.

Referenced by isCurrentGroup().

◆ fcinfo

FunctionCallInfo PresortedKeyData::fcinfo

Definition at line 2358 of file execnodes.h.

◆ flinfo

FmgrInfo PresortedKeyData::flinfo

Definition at line 2357 of file execnodes.h.


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