|
PostgreSQL Source Code git master
|
#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 |
| SharedSortInfo * | shared_info |
Definition at line 2400 of file execnodes.h.
| bool SortState::am_worker |
Definition at line 2410 of file execnodes.h.
Referenced by ExecSort(), and ExecSortInitializeWorker().
| int64 SortState::bound |
Definition at line 2405 of file execnodes.h.
Referenced by ExecReScanSort(), ExecSetTupleBound(), and ExecSort().
| int64 SortState::bound_Done |
Definition at line 2408 of file execnodes.h.
Referenced by ExecReScanSort(), and ExecSort().
| bool SortState::bounded |
Definition at line 2404 of file execnodes.h.
Referenced by ExecInitSort(), ExecReScanSort(), ExecSetTupleBound(), and ExecSort().
| bool SortState::bounded_Done |
Definition at line 2407 of file execnodes.h.
Referenced by ExecReScanSort(), and ExecSort().
| bool SortState::datumSort |
Definition at line 2411 of file execnodes.h.
Referenced by ExecInitSort(), and ExecSort().
| bool SortState::randomAccess |
Definition at line 2403 of file execnodes.h.
Referenced by ExecInitSort(), ExecReScanSort(), and ExecSort().
| SharedSortInfo* SortState::shared_info |
Definition at line 2412 of file execnodes.h.
Referenced by ExecSort(), ExecSortInitializeDSM(), ExecSortInitializeWorker(), ExecSortRetrieveInstrumentation(), and show_sort_info().
| bool SortState::sort_Done |
Definition at line 2406 of file execnodes.h.
Referenced by ExecInitSort(), ExecReScanSort(), ExecSort(), ExecSortMarkPos(), ExecSortRestrPos(), and show_sort_info().
| ScanState SortState::ss |
Definition at line 2402 of file execnodes.h.
Referenced by ExecInitSort(), ExecReScanSort(), ExecSort(), ExecSortEstimate(), ExecSortInitializeDSM(), ExecSortInitializeWorker(), and show_sort_keys().
| void* SortState::tuplesortstate |
Definition at line 2409 of file execnodes.h.
Referenced by ExecEndSort(), ExecInitSort(), ExecReScanSort(), ExecSort(), ExecSortMarkPos(), ExecSortRestrPos(), and show_sort_info().