#include <execnodes.h>
Data Fields | |
PlanState | ps |
ExprState * | limitOffset |
ExprState * | limitCount |
int64 | offset |
int64 | count |
bool | noCount |
LimitStateCond | lstate |
int64 | position |
TupleTableSlot * | subSlot |
Definition at line 1865 of file execnodes.h.
int64 LimitState::count |
Definition at line 1871 of file execnodes.h.
Referenced by ExecLimit(), pass_down_bound(), and recompute_limits().
Definition at line 1869 of file execnodes.h.
Referenced by recompute_limits().
Definition at line 1868 of file execnodes.h.
Referenced by ExecInitLimit(), and recompute_limits().
Definition at line 1873 of file execnodes.h.
Referenced by ExecInitLimit(), ExecLimit(), and recompute_limits().
Definition at line 1872 of file execnodes.h.
Referenced by ExecLimit(), pass_down_bound(), and recompute_limits().
int64 LimitState::offset |
Definition at line 1870 of file execnodes.h.
Referenced by ExecLimit(), pass_down_bound(), and recompute_limits().
int64 LimitState::position |
Definition at line 1874 of file execnodes.h.
Referenced by ExecLimit(), and recompute_limits().
Definition at line 1867 of file execnodes.h.
Referenced by ExecEndLimit(), ExecInitLimit(), ExecLimit(), ExecReScanLimit(), and recompute_limits().
Definition at line 1875 of file execnodes.h.
Referenced by ExecLimit(), and recompute_limits().