#include <spgist.h>
Data Fields | |
spgChooseResultType | resultType |
union { | |
struct { | |
int nodeN | |
int levelAdd | |
Datum restDatum | |
} matchNode | |
struct { | |
Datum nodeLabel | |
int nodeN | |
} addNode | |
struct { | |
bool prefixHasPrefix | |
Datum prefixPrefixDatum | |
Datum nodeLabel | |
bool postfixHasPrefix | |
Datum postfixPrefixDatum | |
} splitTuple | |
} | result |
Definition at line 74 of file spgist.h.
struct { ... } spgChooseOut::addNode |
Referenced by spg_text_choose(), and spgdoinsert().
struct { ... } spgChooseOut::matchNode |
Referenced by spg_kd_choose(), spg_quad_choose(), spg_range_quad_choose(), spg_text_choose(), and spgdoinsert().
union { ... } spgChooseOut::result |
Referenced by spg_kd_choose(), spg_quad_choose(), spg_range_quad_choose(), spg_text_choose(), spgdoinsert(), and spgSplitNodeAction().
Definition at line 76 of file spgist.h.
Referenced by spg_kd_choose(), spg_quad_choose(), spg_range_quad_choose(), spg_text_choose(), and spgdoinsert().
struct { ... } spgChooseOut::splitTuple |
Referenced by spg_text_choose(), and spgSplitNodeAction().