PostgreSQL Source Code  git master
ScalarArrayOpExprHashTable Struct Reference

Data Fields

saophash_hash * hashtab
 
struct ExprEvalStepop
 
FmgrInfo hash_finfo
 
FunctionCallInfoBaseData hash_fcinfo_data
 

Detailed Description

Definition at line 211 of file execExprInterp.c.

Field Documentation

◆ hash_fcinfo_data

FunctionCallInfoBaseData ScalarArrayOpExprHashTable::hash_fcinfo_data

Definition at line 216 of file execExprInterp.c.

Referenced by ExecEvalHashedScalarArrayOp(), and saop_element_hash().

◆ hash_finfo

FmgrInfo ScalarArrayOpExprHashTable::hash_finfo

Definition at line 215 of file execExprInterp.c.

Referenced by ExecEvalHashedScalarArrayOp(), and saop_element_hash().

◆ hashtab

saophash_hash* ScalarArrayOpExprHashTable::hashtab

Definition at line 213 of file execExprInterp.c.

Referenced by ExecEvalHashedScalarArrayOp().

◆ op

struct ExprEvalStep* ScalarArrayOpExprHashTable::op

Definition at line 214 of file execExprInterp.c.

Referenced by ExecEvalHashedScalarArrayOp(), and saop_hash_element_match().


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