PostgreSQL Source Code git master
|
#include <spgist.h>
Data Fields | |
Oid | prefixType |
Oid | labelType |
Oid | leafType |
bool | canReturnData |
bool | longValuesOK |
bool spgConfigOut::canReturnData |
Definition at line 46 of file spgist.h.
Referenced by inet_spg_config(), spg_bbox_quad_config(), spg_box_quad_config(), spg_kd_config(), spg_quad_config(), spg_range_quad_config(), spg_text_config(), spgcanreturn(), and spgist_name_config().
Oid spgConfigOut::labelType |
Definition at line 44 of file spgist.h.
Referenced by inet_spg_config(), spg_bbox_quad_config(), spg_box_quad_config(), spg_kd_config(), spg_quad_config(), spg_range_quad_config(), spg_text_config(), spgGetCache(), and spgist_name_config().
Oid spgConfigOut::leafType |
Definition at line 45 of file spgist.h.
Referenced by spg_bbox_quad_config(), spgGetCache(), spgist_name_config(), and spgvalidate().
bool spgConfigOut::longValuesOK |
Definition at line 47 of file spgist.h.
Referenced by inet_spg_config(), spg_bbox_quad_config(), spg_box_quad_config(), spg_kd_config(), spg_quad_config(), spg_range_quad_config(), spg_text_config(), and spgist_name_config().
Oid spgConfigOut::prefixType |
Definition at line 43 of file spgist.h.
Referenced by inet_spg_config(), spg_bbox_quad_config(), spg_box_quad_config(), spg_kd_config(), spg_quad_config(), spg_range_quad_config(), spg_text_config(), spgGetCache(), and spgist_name_config().