PostgreSQL Source Code git master
Loading...
Searching...
No Matches
UniqueState Struct Reference

#include <execnodes.h>

Data Fields

PlanState ps
 
ExprStateeqfunction
 

Detailed Description

Definition at line 2598 of file execnodes.h.

Field Documentation

◆ eqfunction

ExprState* UniqueState::eqfunction

Definition at line 2601 of file execnodes.h.

Referenced by ExecUnique().

◆ ps

PlanState UniqueState::ps

Definition at line 2600 of file execnodes.h.

Referenced by ExecReScanUnique(), and ExecUnique().


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