#include <execnodes.h>
Data Fields | |
ScanState | ss |
bool | randomAccess |
bool | bounded |
int64 | bound |
bool | sort_Done |
bool | bounded_Done |
int64 | bound_Done |
void * | tuplesortstate |
Definition at line 1644 of file execnodes.h.
int64 SortState::bound |
Definition at line 1649 of file execnodes.h.
Referenced by ExecReScanSort(), ExecSort(), and pass_down_bound().
int64 SortState::bound_Done |
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 1650 of file execnodes.h.
Referenced by ExecInitSort(), ExecReScanSort(), ExecSort(), ExecSortMarkPos(), ExecSortRestrPos(), and show_sort_info().
Definition at line 1646 of file execnodes.h.
Referenced by ExecEndSort(), ExecInitSort(), ExecReScanSort(), ExecSort(), and show_sort_keys().
Definition at line 1653 of file execnodes.h.
Referenced by ExecEndSort(), ExecInitSort(), ExecReScanSort(), ExecSort(), ExecSortMarkPos(), ExecSortRestrPos(), and show_sort_info().