PostgreSQL Source Code: SortState Struct Reference (original) (raw)

#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>

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
SharedSortInfo * shared_info

Definition at line 2394 of file execnodes.h.

am_worker

bool SortState::am_worker

bound

bound_Done

int64 SortState::bound_Done

bounded

bounded_Done

bool SortState::bounded_Done

datumSort

bool SortState::datumSort

randomAccess

bool SortState::randomAccess

shared_info

sort_Done

bool SortState::sort_Done

ss

tuplesortstate

void* SortState::tuplesortstate


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