PostgreSQL Source Code: spgInnerConsistentIn Struct Reference (original) (raw)

#include <[spgist.h](spgist%5F8h%5Fsource.html)>

Data Fields
ScanKey scankeys
ScanKey orderbys
int nkeys
int norderbys
Datum reconstructedValue
void * traversalValue
MemoryContext traversalMemoryContext
int level
bool returnData
bool allTheSame
bool hasPrefix
Datum prefixDatum
int nNodes
Datum * nodeLabels

Detailed Description

Definition at line 132 of file spgist.h.

Field Documentation

allTheSame

bool spgInnerConsistentIn::allTheSame

Definition at line 147 of file spgist.h.

Referenced by inet_spg_inner_consistent(), spg_box_quad_inner_consistent(), spg_kd_inner_consistent(), spg_quad_inner_consistent(), spg_range_quad_inner_consistent(), and spgInitInnerConsistentIn().

hasPrefix

bool spgInnerConsistentIn::hasPrefix

Definition at line 148 of file spgist.h.

Referenced by inet_spg_inner_consistent(), spg_kd_inner_consistent(), spg_quad_inner_consistent(), spg_range_quad_inner_consistent(), spg_text_inner_consistent(), spgInitInnerConsistentIn(), and spgist_name_inner_consistent().

level

int spgInnerConsistentIn::level

Definition at line 143 of file spgist.h.

Referenced by spg_kd_inner_consistent(), spg_quad_inner_consistent(), spg_text_inner_consistent(), spgInitInnerConsistentIn(), and spgist_name_inner_consistent().

nkeys

int spgInnerConsistentIn::nkeys

Definition at line 137 of file spgist.h.

Referenced by inet_spg_inner_consistent(), spg_box_quad_inner_consistent(), spg_kd_inner_consistent(), spg_quad_inner_consistent(), spg_range_quad_inner_consistent(), spg_text_inner_consistent(), spgInitInnerConsistentIn(), and spgist_name_inner_consistent().

nNodes

int spgInnerConsistentIn::nNodes

Definition at line 150 of file spgist.h.

Referenced by inet_spg_inner_consistent(), spg_box_quad_inner_consistent(), spg_kd_inner_consistent(), spg_quad_inner_consistent(), spg_range_quad_inner_consistent(), spg_text_inner_consistent(), spgInitInnerConsistentIn(), and spgist_name_inner_consistent().

nodeLabels

Datum* spgInnerConsistentIn::nodeLabels

Definition at line 151 of file spgist.h.

Referenced by spg_text_inner_consistent(), spgInitInnerConsistentIn(), and spgist_name_inner_consistent().

norderbys

int spgInnerConsistentIn::norderbys

Definition at line 138 of file spgist.h.

Referenced by spg_box_quad_inner_consistent(), spg_kd_inner_consistent(), spg_quad_inner_consistent(), and spgInitInnerConsistentIn().

orderbys

ScanKey spgInnerConsistentIn::orderbys

Definition at line 135 of file spgist.h.

Referenced by spg_box_quad_inner_consistent(), spg_kd_inner_consistent(), spg_quad_inner_consistent(), and spgInitInnerConsistentIn().

prefixDatum

Datum spgInnerConsistentIn::prefixDatum

Definition at line 149 of file spgist.h.

Referenced by inet_spg_inner_consistent(), spg_box_quad_inner_consistent(), spg_kd_inner_consistent(), spg_quad_inner_consistent(), spg_range_quad_inner_consistent(), spg_text_inner_consistent(), spgInitInnerConsistentIn(), and spgist_name_inner_consistent().

reconstructedValue

Datum spgInnerConsistentIn::reconstructedValue

Definition at line 140 of file spgist.h.

Referenced by spg_text_inner_consistent(), spgInitInnerConsistentIn(), and spgist_name_inner_consistent().

returnData

bool spgInnerConsistentIn::returnData

Definition at line 144 of file spgist.h.

Referenced by spgInitInnerConsistentIn().

scankeys

ScanKey spgInnerConsistentIn::scankeys

Definition at line 134 of file spgist.h.

Referenced by inet_spg_inner_consistent(), spg_box_quad_inner_consistent(), spg_kd_inner_consistent(), spg_quad_inner_consistent(), spg_range_quad_inner_consistent(), spg_text_inner_consistent(), spgInitInnerConsistentIn(), and spgist_name_inner_consistent().

traversalMemoryContext

MemoryContext spgInnerConsistentIn::traversalMemoryContext

Definition at line 142 of file spgist.h.

Referenced by spg_box_quad_inner_consistent(), spg_kd_inner_consistent(), spg_quad_inner_consistent(), spg_range_quad_inner_consistent(), and spgInitInnerConsistentIn().

traversalValue

void* spgInnerConsistentIn::traversalValue

Definition at line 141 of file spgist.h.

Referenced by spg_box_quad_inner_consistent(), spg_kd_inner_consistent(), spg_quad_inner_consistent(), spg_range_quad_inner_consistent(), and spgInitInnerConsistentIn().


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