PostgreSQL Source Code  git master
GIST_SPLITVEC Struct Reference

#include <gist.h>

Data Fields

OffsetNumberspl_left
 
int spl_nleft
 
Datum spl_ldatum
 
bool spl_ldatum_exists
 
OffsetNumberspl_right
 
int spl_nright
 
Datum spl_rdatum
 
bool spl_rdatum_exists
 

Detailed Description

Definition at line 140 of file gist.h.

Field Documentation

◆ spl_ldatum

◆ spl_ldatum_exists

bool GIST_SPLITVEC::spl_ldatum_exists

Definition at line 145 of file gist.h.

Referenced by gistUserPicksplit(), and supportSecondarySplit().

◆ spl_left

◆ spl_nleft

◆ spl_nright

◆ spl_rdatum

◆ spl_rdatum_exists

bool GIST_SPLITVEC::spl_rdatum_exists

Definition at line 150 of file gist.h.

Referenced by gistUserPicksplit(), and supportSecondarySplit().

◆ spl_right


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