PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ScalarArrayOpExprHashTable Struct Reference

Data Fields

saophash_hash * hashtab
 
struct ExprEvalStepop
 
FmgrInfo hash_finfo
 
FunctionCallInfoBaseData hash_fcinfo_data
 

Detailed Description

Definition at line 217 of file execExprInterp.c.

Field Documentation

◆ hash_fcinfo_data

FunctionCallInfoBaseData ScalarArrayOpExprHashTable::hash_fcinfo_data

Definition at line 222 of file execExprInterp.c.

Referenced by ExecEvalHashedScalarArrayOp(), and saop_element_hash().

◆ hash_finfo

FmgrInfo ScalarArrayOpExprHashTable::hash_finfo

Definition at line 221 of file execExprInterp.c.

Referenced by ExecEvalHashedScalarArrayOp(), and saop_element_hash().

◆ hashtab

saophash_hash* ScalarArrayOpExprHashTable::hashtab

Definition at line 219 of file execExprInterp.c.

Referenced by ExecEvalHashedScalarArrayOp().

◆ op

struct ExprEvalStep* ScalarArrayOpExprHashTable::op

Definition at line 220 of file execExprInterp.c.

Referenced by ExecEvalHashedScalarArrayOp(), and saop_hash_element_match().


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