PostgreSQL Source Code git master
Loading...
Searching...
No Matches
SpGistInnerTupleData Struct Reference

#include <spgist_private.h>

Data Fields

unsigned int tupstate:2
 
unsigned int allTheSame:1
 
unsigned int nNodes:13
 
unsigned int prefixSize:16
 
uint16 size
 

Detailed Description

Definition at line 294 of file spgist_private.h.

Field Documentation

◆ allTheSame

unsigned int SpGistInnerTupleData::allTheSame

Definition at line 297 of file spgist_private.h.

◆ nNodes

unsigned int SpGistInnerTupleData::nNodes

Definition at line 298 of file spgist_private.h.

Referenced by addNode().

◆ prefixSize

unsigned int SpGistInnerTupleData::prefixSize

Definition at line 299 of file spgist_private.h.

Referenced by addNode().

◆ size

uint16 SpGistInnerTupleData::size

Definition at line 300 of file spgist_private.h.

◆ tupstate

unsigned int SpGistInnerTupleData::tupstate

Definition at line 296 of file spgist_private.h.


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