PostgreSQL Source Code  git master
UniqueState Struct Reference

#include <execnodes.h>

Data Fields

PlanState ps
 
ExprStateeqfunction
 

Detailed Description

Definition at line 2650 of file execnodes.h.

Field Documentation

◆ eqfunction

ExprState* UniqueState::eqfunction

Definition at line 2653 of file execnodes.h.

Referenced by ExecInitUnique(), and ExecUnique().

◆ ps

PlanState UniqueState::ps

Definition at line 2652 of file execnodes.h.

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


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