PostgreSQL Source Code  git master
ScalarArrayOpExprHashEntry Struct Reference

Data Fields

Datum key
 
uint32 status
 
uint32 hash
 

Detailed Description

Definition at line 189 of file execExprInterp.c.

Field Documentation

◆ hash

uint32 ScalarArrayOpExprHashEntry::hash

Definition at line 193 of file execExprInterp.c.

◆ key

Datum ScalarArrayOpExprHashEntry::key

Definition at line 191 of file execExprInterp.c.

◆ status

uint32 ScalarArrayOpExprHashEntry::status

Definition at line 192 of file execExprInterp.c.


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