|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 2768 of file execnodes.h.
| int64 LimitState::count |
Definition at line 2775 of file execnodes.h.
Referenced by compute_tuples_needed(), ExecLimit(), and recompute_limits().
| ExprState* LimitState::eqfunction |
Definition at line 2780 of file execnodes.h.
Referenced by ExecLimit().
| TupleTableSlot* LimitState::last_slot |
Definition at line 2782 of file execnodes.h.
Referenced by ExecLimit().
| ExprState* LimitState::limitCount |
Definition at line 2772 of file execnodes.h.
Referenced by recompute_limits().
| ExprState* LimitState::limitOffset |
Definition at line 2771 of file execnodes.h.
Referenced by recompute_limits().
| LimitOption LimitState::limitOption |
Definition at line 2773 of file execnodes.h.
Referenced by compute_tuples_needed(), and ExecLimit().
| LimitStateCond LimitState::lstate |
Definition at line 2777 of file execnodes.h.
Referenced by ExecLimit(), and recompute_limits().
| bool LimitState::noCount |
Definition at line 2776 of file execnodes.h.
Referenced by compute_tuples_needed(), ExecLimit(), and recompute_limits().
| int64 LimitState::offset |
Definition at line 2774 of file execnodes.h.
Referenced by compute_tuples_needed(), ExecLimit(), and recompute_limits().
| int64 LimitState::position |
Definition at line 2778 of file execnodes.h.
Referenced by ExecLimit(), and recompute_limits().
| PlanState LimitState::ps |
Definition at line 2770 of file execnodes.h.
Referenced by ExecLimit(), and recompute_limits().
| TupleTableSlot* LimitState::subSlot |
Definition at line 2779 of file execnodes.h.
Referenced by ExecLimit(), and recompute_limits().