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

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

Data Fields
ScanState ss
bool bounded
int64 bound
bool outerNodeDone
int64 bound_Done
IncrementalSortExecutionStatus execution_status
int64 n_fullsort_remaining
Tuplesortstate * fullsort_state
Tuplesortstate * prefixsort_state
PresortedKeyData * presorted_keys
IncrementalSortInfo incsort_info
TupleTableSlot * group_pivot
TupleTableSlot * transfer_tuple
bool am_worker
SharedIncrementalSortInfo * shared_info

Definition at line 2451 of file execnodes.h.

am_worker

bool IncrementalSortState::am_worker

bound

int64 IncrementalSortState::bound

bound_Done

int64 IncrementalSortState::bound_Done

bounded

bool IncrementalSortState::bounded

execution_status

fullsort_state

group_pivot

incsort_info

n_fullsort_remaining

int64 IncrementalSortState::n_fullsort_remaining

outerNodeDone

bool IncrementalSortState::outerNodeDone

prefixsort_state

presorted_keys

shared_info

ss

transfer_tuple


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