PostgreSQL Source Code
git master
|
Data Fields | |
Tuplesortstate * | sortstate |
Relation | heap |
Relation | index |
bool | isunique |
bool | nulls_not_distinct |
Relation BTSpool::heap |
Definition at line 82 of file nbtsort.c.
Referenced by _bt_begin_parallel(), _bt_leader_participate_as_worker(), _bt_leafbuild(), _bt_parallel_build_main(), _bt_parallel_scan_and_sort(), and _bt_spools_heapscan().
Relation BTSpool::index |
Definition at line 83 of file nbtsort.c.
Referenced by _bt_begin_parallel(), _bt_leader_participate_as_worker(), _bt_leafbuild(), _bt_parallel_build_main(), _bt_parallel_scan_and_sort(), _bt_spool(), and _bt_spools_heapscan().
bool BTSpool::isunique |
Definition at line 84 of file nbtsort.c.
Referenced by _bt_begin_parallel(), _bt_leader_participate_as_worker(), _bt_load(), _bt_parallel_build_main(), _bt_parallel_scan_and_sort(), and _bt_spools_heapscan().
bool BTSpool::nulls_not_distinct |
Definition at line 85 of file nbtsort.c.
Referenced by _bt_begin_parallel(), _bt_leader_participate_as_worker(), _bt_parallel_build_main(), _bt_parallel_scan_and_sort(), and _bt_spools_heapscan().
Tuplesortstate* BTSpool::sortstate |
Definition at line 81 of file nbtsort.c.
Referenced by _bt_leafbuild(), _bt_load(), _bt_parallel_scan_and_sort(), _bt_spool(), _bt_spooldestroy(), and _bt_spools_heapscan().