PostgreSQL Source Code  git master
BTBuildState Struct Reference

Data Fields

bool isunique
 
bool nulls_not_distinct
 
bool havedead
 
Relation heap
 
BTSpoolspool
 
BTSpoolspool2
 
double indtuples
 
BTLeaderbtleader
 

Detailed Description

Definition at line 202 of file nbtsort.c.

Field Documentation

◆ btleader

◆ havedead

bool BTBuildState::havedead

◆ heap

Relation BTBuildState::heap

Definition at line 207 of file nbtsort.c.

Referenced by _bt_parallel_scan_and_sort(), and btbuild().

◆ indtuples

double BTBuildState::indtuples

◆ isunique

bool BTBuildState::isunique

Definition at line 204 of file nbtsort.c.

Referenced by _bt_parallel_scan_and_sort(), _bt_spools_heapscan(), and btbuild().

◆ nulls_not_distinct

bool BTBuildState::nulls_not_distinct

Definition at line 205 of file nbtsort.c.

Referenced by _bt_parallel_scan_and_sort(), _bt_spools_heapscan(), and btbuild().

◆ spool

◆ spool2

BTSpool* BTBuildState::spool2

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