PostgreSQL Source Code git master
|
#include <spgist.h>
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 |
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().
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().
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().
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().
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().
Datum* spgInnerConsistentIn::nodeLabels |
Definition at line 151 of file spgist.h.
Referenced by spg_text_inner_consistent(), spgInitInnerConsistentIn(), and spgist_name_inner_consistent().
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().
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().
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().
Datum spgInnerConsistentIn::reconstructedValue |
Definition at line 140 of file spgist.h.
Referenced by spg_text_inner_consistent(), spgInitInnerConsistentIn(), and spgist_name_inner_consistent().
bool spgInnerConsistentIn::returnData |
Definition at line 144 of file spgist.h.
Referenced by spgInitInnerConsistentIn().
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().
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().
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().