|
PostgreSQL Source Code git master
|
#include <spgist.h>
Data Fields | |
| Datum | leafValue |
| bool | recheck |
| bool | recheckDistances |
| double * | distances |
| double* spgLeafConsistentOut::distances |
Definition at line 188 of file spgist.h.
Referenced by spg_box_quad_leaf_consistent(), spg_quad_leaf_consistent(), and spgLeafTest().
| Datum spgLeafConsistentOut::leafValue |
Definition at line 185 of file spgist.h.
Referenced by inet_spg_leaf_consistent(), spg_box_quad_leaf_consistent(), spg_quad_leaf_consistent(), spg_range_quad_leaf_consistent(), spg_text_leaf_consistent(), spgist_name_leaf_consistent(), and spgLeafTest().
| bool spgLeafConsistentOut::recheck |
Definition at line 186 of file spgist.h.
Referenced by inet_spg_leaf_consistent(), spg_box_quad_leaf_consistent(), spg_quad_leaf_consistent(), spg_range_quad_leaf_consistent(), spg_text_leaf_consistent(), spgist_name_leaf_consistent(), and spgLeafTest().
| bool spgLeafConsistentOut::recheckDistances |
Definition at line 187 of file spgist.h.
Referenced by spg_box_quad_leaf_consistent(), and spgLeafTest().