PostgreSQL Source Code  git master
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
 
bool am_worker
 
bool datumSort
 
SharedSortInfoshared_info
 

Detailed Description

Definition at line 2326 of file execnodes.h.

Field Documentation

◆ am_worker

bool SortState::am_worker

Definition at line 2336 of file execnodes.h.

Referenced by ExecSort(), and ExecSortInitializeWorker().

◆ bound

int64 SortState::bound

Definition at line 2331 of file execnodes.h.

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

◆ bound_Done

int64 SortState::bound_Done

Definition at line 2334 of file execnodes.h.

Referenced by ExecReScanSort(), and ExecSort().

◆ bounded

bool SortState::bounded

Definition at line 2330 of file execnodes.h.

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

◆ bounded_Done

bool SortState::bounded_Done

Definition at line 2333 of file execnodes.h.

Referenced by ExecReScanSort(), and ExecSort().

◆ datumSort

bool SortState::datumSort

Definition at line 2337 of file execnodes.h.

Referenced by ExecInitSort(), and ExecSort().

◆ randomAccess

bool SortState::randomAccess

Definition at line 2329 of file execnodes.h.

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

◆ shared_info

◆ sort_Done

bool SortState::sort_Done

◆ ss

◆ tuplesortstate

void* SortState::tuplesortstate

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