#include <spgist_private.h>
Data Fields | |
| unsigned int | tupstate:2 |
| unsigned int | allTheSame:1 |
| unsigned int | nNodes:13 |
| unsigned int | prefixSize:16 |
| uint16 | size |
Definition at line 208 of file spgist_private.h.
| unsigned int SpGistInnerTupleData::allTheSame |
Definition at line 210 of file spgist_private.h.
Referenced by doPickSplit(), spgdoinsert(), spgSplitNodeAction(), and spgWalk().
| unsigned int SpGistInnerTupleData::nNodes |
Definition at line 210 of file spgist_private.h.
Referenced by addNode(), spgdoinsert(), spgExtractNodeLabels(), spgFormInnerTuple(), spgSplitNodeAction(), and spgWalk().
| unsigned int SpGistInnerTupleData::prefixSize |
Definition at line 210 of file spgist_private.h.
Referenced by addNode(), spgdoinsert(), spgFormInnerTuple(), and spgWalk().
Definition at line 214 of file spgist_private.h.
Referenced by doPickSplit(), spgAddNodeAction(), spgFormInnerTuple(), spgRedoAddNode(), spgRedoPickSplit(), spgRedoSplitTuple(), and spgSplitNodeAction().
| unsigned int SpGistInnerTupleData::tupstate |
Definition at line 210 of file spgist_private.h.
Referenced by spgprocesspending(), and spgWalk().
1.7.1