PostgreSQL Source Code  git master
UniqueState Struct Reference

#include <execnodes.h>

Data Fields

PlanState ps
 
ExprStateeqfunction
 

Detailed Description

Definition at line 2680 of file execnodes.h.

Field Documentation

◆ eqfunction

ExprState* UniqueState::eqfunction

Definition at line 2683 of file execnodes.h.

Referenced by ExecInitUnique(), and ExecUnique().

◆ ps

PlanState UniqueState::ps

Definition at line 2682 of file execnodes.h.

Referenced by ExecInitUnique(), ExecReScanUnique(), and ExecUnique().


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