|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 2790 of file execnodes.h.
| int64 LimitState::count |
Definition at line 2797 of file execnodes.h.
Referenced by compute_tuples_needed(), ExecLimit(), and recompute_limits().
| ExprState* LimitState::eqfunction |
Definition at line 2802 of file execnodes.h.
Referenced by ExecLimit().
| TupleTableSlot* LimitState::last_slot |
Definition at line 2804 of file execnodes.h.
Referenced by ExecLimit().
| ExprState* LimitState::limitCount |
Definition at line 2794 of file execnodes.h.
Referenced by recompute_limits().
| ExprState* LimitState::limitOffset |
Definition at line 2793 of file execnodes.h.
Referenced by recompute_limits().
| LimitOption LimitState::limitOption |
Definition at line 2795 of file execnodes.h.
Referenced by compute_tuples_needed(), and ExecLimit().
| LimitStateCond LimitState::lstate |
Definition at line 2799 of file execnodes.h.
Referenced by ExecLimit(), and recompute_limits().
| bool LimitState::noCount |
Definition at line 2798 of file execnodes.h.
Referenced by compute_tuples_needed(), ExecLimit(), and recompute_limits().
| int64 LimitState::offset |
Definition at line 2796 of file execnodes.h.
Referenced by compute_tuples_needed(), ExecLimit(), and recompute_limits().
| int64 LimitState::position |
Definition at line 2800 of file execnodes.h.
Referenced by ExecLimit(), and recompute_limits().
| PlanState LimitState::ps |
Definition at line 2792 of file execnodes.h.
Referenced by ExecLimit(), and recompute_limits().
| TupleTableSlot* LimitState::subSlot |
Definition at line 2801 of file execnodes.h.
Referenced by ExecLimit(), and recompute_limits().