|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| PlanState | ps |
| ExprState * | limitOffset |
| ExprState * | limitCount |
| LimitOption | limitOption |
| int64 | offset |
| int64 | count |
| bool | noCount |
| LimitStateCond | lstate |
| int64 | position |
| TupleTableSlot * | subSlot |
| ExprState * | eqfunction |
| TupleTableSlot * | last_slot |
Definition at line 2917 of file execnodes.h.
| int64 LimitState::count |
Definition at line 2924 of file execnodes.h.
Referenced by compute_tuples_needed(), ExecLimit(), and recompute_limits().
| ExprState* LimitState::eqfunction |
Definition at line 2929 of file execnodes.h.
Referenced by ExecInitLimit(), and ExecLimit().
| TupleTableSlot* LimitState::last_slot |
Definition at line 2931 of file execnodes.h.
Referenced by ExecInitLimit(), and ExecLimit().
| ExprState* LimitState::limitCount |
Definition at line 2921 of file execnodes.h.
Referenced by ExecInitLimit(), and recompute_limits().
| ExprState* LimitState::limitOffset |
Definition at line 2920 of file execnodes.h.
Referenced by ExecInitLimit(), and recompute_limits().
| LimitOption LimitState::limitOption |
Definition at line 2922 of file execnodes.h.
Referenced by compute_tuples_needed(), ExecInitLimit(), and ExecLimit().
| LimitStateCond LimitState::lstate |
Definition at line 2926 of file execnodes.h.
Referenced by ExecInitLimit(), ExecLimit(), and recompute_limits().
| bool LimitState::noCount |
Definition at line 2925 of file execnodes.h.
Referenced by compute_tuples_needed(), ExecLimit(), and recompute_limits().
| int64 LimitState::offset |
Definition at line 2923 of file execnodes.h.
Referenced by compute_tuples_needed(), ExecLimit(), and recompute_limits().
| int64 LimitState::position |
Definition at line 2927 of file execnodes.h.
Referenced by ExecLimit(), and recompute_limits().
| PlanState LimitState::ps |
Definition at line 2919 of file execnodes.h.
Referenced by ExecInitLimit(), ExecLimit(), and recompute_limits().
| TupleTableSlot* LimitState::subSlot |
Definition at line 2928 of file execnodes.h.
Referenced by ExecLimit(), and recompute_limits().