PostgreSQL Source Code: PresortedKeyData Struct Reference (original) (raw)

Data Fields

PresortedKeyData Struct Reference

#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>

Data Fields
FmgrInfo flinfo
FunctionCallInfo fcinfo
OffsetNumber attno

Detailed Description

Definition at line 2373 of file execnodes.h.

Field Documentation

attno

OffsetNumber PresortedKeyData::attno

Definition at line 2377 of file execnodes.h.

Referenced by isCurrentGroup().

fcinfo

FunctionCallInfo PresortedKeyData::fcinfo

Definition at line 2376 of file execnodes.h.

flinfo

FmgrInfo PresortedKeyData::flinfo

Definition at line 2375 of file execnodes.h.


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