PostgreSQL Source Code: LimitState Struct Reference (original) (raw)
#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>
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 2908 of file execnodes.h.
◆ count
◆ eqfunction
◆ last_slot
◆ limitCount
◆ limitOffset
◆ limitOption
◆ lstate
◆ noCount
◆ offset
◆ position
int64 LimitState::position
◆ ps
◆ subSlot
The documentation for this struct was generated from the following file:
- src/include/nodes/execnodes.h