PostgreSQL Source Code: UniqueState Struct Reference (original) (raw)
UniqueState Struct Reference
#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>
| Data Fields | |
|---|---|
| PlanState | ps |
| ExprState * | eqfunction |
Detailed Description
Definition at line 2729 of file execnodes.h.
Field Documentation
◆ eqfunction
ExprState* UniqueState::eqfunction
Definition at line 2732 of file execnodes.h.
Referenced by ExecInitUnique(), and ExecUnique().
◆ ps
PlanState UniqueState::ps
Definition at line 2731 of file execnodes.h.
Referenced by ExecInitUnique(), ExecReScanUnique(), and ExecUnique().
The documentation for this struct was generated from the following file:
- src/include/nodes/execnodes.h