|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 2781 of file execnodes.h.
| int64 LimitState::count |
Definition at line 2788 of file execnodes.h.
Referenced by compute_tuples_needed(), ExecLimit(), and recompute_limits().
| ExprState* LimitState::eqfunction |
Definition at line 2793 of file execnodes.h.
Referenced by ExecLimit().
| TupleTableSlot* LimitState::last_slot |
Definition at line 2795 of file execnodes.h.
Referenced by ExecLimit().
| ExprState* LimitState::limitCount |
Definition at line 2785 of file execnodes.h.
Referenced by recompute_limits().
| ExprState* LimitState::limitOffset |
Definition at line 2784 of file execnodes.h.
Referenced by recompute_limits().
| LimitOption LimitState::limitOption |
Definition at line 2786 of file execnodes.h.
Referenced by compute_tuples_needed(), and ExecLimit().
| LimitStateCond LimitState::lstate |
Definition at line 2790 of file execnodes.h.
Referenced by ExecLimit(), and recompute_limits().
| bool LimitState::noCount |
Definition at line 2789 of file execnodes.h.
Referenced by compute_tuples_needed(), ExecLimit(), and recompute_limits().
| int64 LimitState::offset |
Definition at line 2787 of file execnodes.h.
Referenced by compute_tuples_needed(), ExecLimit(), and recompute_limits().
| int64 LimitState::position |
Definition at line 2791 of file execnodes.h.
Referenced by ExecLimit(), and recompute_limits().
| PlanState LimitState::ps |
Definition at line 2783 of file execnodes.h.
Referenced by ExecLimit(), and recompute_limits().
| TupleTableSlot* LimitState::subSlot |
Definition at line 2792 of file execnodes.h.
Referenced by ExecLimit(), and recompute_limits().