PostgreSQL Source Code  git master
IndexRuntimeKeyInfo Struct Reference

#include <execnodes.h>

Data Fields

struct ScanKeyDatascan_key
 
ExprStatekey_expr
 
bool key_toastable
 

Detailed Description

Definition at line 1606 of file execnodes.h.

Field Documentation

◆ key_expr

ExprState* IndexRuntimeKeyInfo::key_expr

Definition at line 1609 of file execnodes.h.

Referenced by ExecIndexBuildScanKeys(), and ExecIndexEvalRuntimeKeys().

◆ key_toastable

bool IndexRuntimeKeyInfo::key_toastable

Definition at line 1610 of file execnodes.h.

Referenced by ExecIndexBuildScanKeys().

◆ scan_key

struct ScanKeyData* IndexRuntimeKeyInfo::scan_key

Definition at line 1608 of file execnodes.h.

Referenced by ExecIndexBuildScanKeys(), and ExecIndexEvalRuntimeKeys().


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