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

#include <execnodes.h>

Data Fields

ScanKeyDatascan_key
 
ExprStatekey_expr
 
bool key_toastable
 

Detailed Description

Definition at line 1665 of file execnodes.h.

Field Documentation

◆ key_expr

ExprState* IndexRuntimeKeyInfo::key_expr

Definition at line 1668 of file execnodes.h.

◆ key_toastable

bool IndexRuntimeKeyInfo::key_toastable

Definition at line 1669 of file execnodes.h.

◆ scan_key

ScanKeyData* IndexRuntimeKeyInfo::scan_key

Definition at line 1667 of file execnodes.h.


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