Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

LimitState Struct Reference

#include <execnodes.h>

Data Fields

PlanState ps
ExprStatelimitOffset
ExprStatelimitCount
int64 offset
int64 count
bool noCount
LimitStateCond lstate
int64 position
TupleTableSlotsubSlot

Detailed Description

Definition at line 1865 of file execnodes.h.


Field Documentation

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().

Definition at line 1870 of file execnodes.h.

Referenced by ExecLimit(), pass_down_bound(), and recompute_limits().

Definition at line 1874 of file execnodes.h.

Referenced by ExecLimit(), and recompute_limits().

Definition at line 1875 of file execnodes.h.

Referenced by ExecLimit(), and recompute_limits().


The documentation for this struct was generated from the following file: