PostgreSQL Source Code
git master
|
#include <spgist.h>
Data Fields | |
Datum | datum |
Datum | leafDatum |
int | level |
bool | allTheSame |
bool | hasPrefix |
Datum | prefixDatum |
int | nNodes |
Datum * | nodeLabels |
bool spgChooseIn::allTheSame |
Definition at line 60 of file spgist.h.
Referenced by inet_spg_choose(), spg_box_quad_choose(), spg_kd_choose(), spg_quad_choose(), spg_range_quad_choose(), spg_text_choose(), spgdoinsert(), and spgist_name_choose().
Datum spgChooseIn::datum |
Definition at line 55 of file spgist.h.
Referenced by inet_spg_choose(), spg_kd_choose(), spg_quad_choose(), spg_range_quad_choose(), spg_text_choose(), spgdoinsert(), and spgist_name_choose().
bool spgChooseIn::hasPrefix |
Definition at line 61 of file spgist.h.
Referenced by inet_spg_choose(), spg_kd_choose(), spg_quad_choose(), spg_range_quad_choose(), spg_text_choose(), spgdoinsert(), and spgist_name_choose().
Datum spgChooseIn::leafDatum |
Definition at line 56 of file spgist.h.
Referenced by spg_box_quad_choose(), and spgdoinsert().
int spgChooseIn::level |
Definition at line 57 of file spgist.h.
Referenced by spg_kd_choose(), spg_text_choose(), spgdoinsert(), and spgist_name_choose().
int spgChooseIn::nNodes |
Definition at line 63 of file spgist.h.
Referenced by inet_spg_choose(), spg_kd_choose(), spg_quad_choose(), spg_text_choose(), spgdoinsert(), and spgist_name_choose().
Datum* spgChooseIn::nodeLabels |
Definition at line 64 of file spgist.h.
Referenced by spg_text_choose(), spgdoinsert(), and spgist_name_choose().
Datum spgChooseIn::prefixDatum |
Definition at line 62 of file spgist.h.
Referenced by inet_spg_choose(), spg_box_quad_choose(), spg_kd_choose(), spg_quad_choose(), spg_range_quad_choose(), spg_text_choose(), spgdoinsert(), and spgist_name_choose().