|
PostgreSQL Source Code git master
|
#include <spgist.h>
Data Fields | |
| int | nNodes |
| int * | nodeNumbers |
| int * | levelAdds |
| Datum * | reconstructedValues |
| void ** | traversalValues |
| double ** | distances |
| double** spgInnerConsistentOut::distances |
Definition at line 161 of file spgist.h.
Referenced by spg_box_quad_inner_consistent(), spg_kd_inner_consistent(), spg_quad_inner_consistent(), and spgInnerTest().
| int* spgInnerConsistentOut::levelAdds |
Definition at line 158 of file spgist.h.
Referenced by spg_kd_inner_consistent(), spg_quad_inner_consistent(), spg_text_inner_consistent(), spgist_name_inner_consistent(), and spgMakeInnerItem().
| int spgInnerConsistentOut::nNodes |
Definition at line 156 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(), spgInnerTest(), and spgist_name_inner_consistent().
| int* spgInnerConsistentOut::nodeNumbers |
Definition at line 157 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(), spgInnerTest(), and spgist_name_inner_consistent().
| Datum* spgInnerConsistentOut::reconstructedValues |
Definition at line 159 of file spgist.h.
Referenced by spg_text_inner_consistent(), spgist_name_inner_consistent(), and spgMakeInnerItem().
| void** spgInnerConsistentOut::traversalValues |
Definition at line 160 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 spgMakeInnerItem().