PostgreSQL Source Code  git master
PresortedKeyData Struct Reference

#include <execnodes.h>

Data Fields

FmgrInfo flinfo
 
FunctionCallInfo fcinfo
 
OffsetNumber attno
 

Detailed Description

Definition at line 2303 of file execnodes.h.

Field Documentation

◆ attno

OffsetNumber PresortedKeyData::attno

Definition at line 2307 of file execnodes.h.

Referenced by isCurrentGroup().

◆ fcinfo

FunctionCallInfo PresortedKeyData::fcinfo

Definition at line 2306 of file execnodes.h.

◆ flinfo

FmgrInfo PresortedKeyData::flinfo

Definition at line 2305 of file execnodes.h.


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