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

#include <spgist.h>

Data Fields

ScanKey scankeys
 
ScanKey orderbys
 
int nkeys
 
int norderbys
 
Datum reconstructedValue
 
voidtraversalValue
 
MemoryContext traversalMemoryContext
 
int level
 
bool returnData
 
bool allTheSame
 
bool hasPrefix
 
Datum prefixDatum
 
int nNodes
 
DatumnodeLabels
 

Detailed Description

Definition at line 132 of file spgist.h.

Field Documentation

◆ allTheSame

◆ hasPrefix

◆ level

◆ nkeys

◆ nNodes

◆ nodeLabels

Datum* spgInnerConsistentIn::nodeLabels

◆ norderbys

int spgInnerConsistentIn::norderbys

◆ orderbys

ScanKey spgInnerConsistentIn::orderbys

◆ prefixDatum

◆ reconstructedValue

Datum spgInnerConsistentIn::reconstructedValue

◆ returnData

bool spgInnerConsistentIn::returnData

Definition at line 144 of file spgist.h.

Referenced by spgInitInnerConsistentIn().

◆ scankeys

◆ traversalMemoryContext

◆ traversalValue


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