PostgreSQL Source Code  git master
spgLeafConsistentIn Struct Reference

#include <spgist.h>

Data Fields

ScanKey scankeys
 
ScanKey orderbys
 
int nkeys
 
int norderbys
 
Datum reconstructedValue
 
void * traversalValue
 
int level
 
bool returnData
 
Datum leafDatum
 

Detailed Description

Definition at line 167 of file spgist.h.

Field Documentation

◆ leafDatum

◆ level

int spgLeafConsistentIn::level

Definition at line 177 of file spgist.h.

Referenced by spg_text_leaf_consistent(), spgist_name_leaf_consistent(), and spgLeafTest().

◆ nkeys

◆ norderbys

int spgLeafConsistentIn::norderbys

Definition at line 173 of file spgist.h.

Referenced by spg_box_quad_leaf_consistent(), spg_quad_leaf_consistent(), and spgLeafTest().

◆ orderbys

ScanKey spgLeafConsistentIn::orderbys

Definition at line 170 of file spgist.h.

Referenced by spg_box_quad_leaf_consistent(), spg_quad_leaf_consistent(), and spgLeafTest().

◆ reconstructedValue

Datum spgLeafConsistentIn::reconstructedValue

Definition at line 175 of file spgist.h.

Referenced by spg_text_leaf_consistent(), spgist_name_leaf_consistent(), and spgLeafTest().

◆ returnData

bool spgLeafConsistentIn::returnData

Definition at line 178 of file spgist.h.

Referenced by spg_box_quad_leaf_consistent(), and spgLeafTest().

◆ scankeys

◆ traversalValue

void* spgLeafConsistentIn::traversalValue

Definition at line 176 of file spgist.h.

Referenced by spgLeafTest().


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