Header And Logo

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

Data Fields

SortState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
bool randomAccess
bool bounded
int64 bound
bool sort_Done
bool bounded_Done
int64 bound_Done
void * tuplesortstate

Detailed Description

Definition at line 1644 of file execnodes.h.


Field Documentation

Definition at line 1649 of file execnodes.h.

Referenced by ExecReScanSort(), ExecSort(), and pass_down_bound().

Definition at line 1652 of file execnodes.h.

Referenced by ExecReScanSort(), and ExecSort().

Definition at line 1648 of file execnodes.h.

Referenced by ExecInitSort(), ExecReScanSort(), ExecSort(), and pass_down_bound().

Definition at line 1651 of file execnodes.h.

Referenced by ExecReScanSort(), and ExecSort().

Definition at line 1647 of file execnodes.h.

Referenced by ExecInitSort(), ExecReScanSort(), and ExecSort().

Definition at line 1646 of file execnodes.h.

Referenced by ExecEndSort(), ExecInitSort(), ExecReScanSort(), ExecSort(), and show_sort_keys().


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