PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
struct ScanKeyData * | scan_key |
ExprState * | key_expr |
bool | key_toastable |
Definition at line 1654 of file execnodes.h.
ExprState* IndexRuntimeKeyInfo::key_expr |
Definition at line 1657 of file execnodes.h.
Referenced by ExecIndexBuildScanKeys(), and ExecIndexEvalRuntimeKeys().
bool IndexRuntimeKeyInfo::key_toastable |
Definition at line 1658 of file execnodes.h.
Referenced by ExecIndexBuildScanKeys().
struct ScanKeyData* IndexRuntimeKeyInfo::scan_key |
Definition at line 1656 of file execnodes.h.
Referenced by ExecIndexBuildScanKeys(), and ExecIndexEvalRuntimeKeys().