|
PostgreSQL Source Code git master
|
Definition at line 284 of file gistproc.c.
| BOX ConsiderSplitContext::boundingBox |
Definition at line 287 of file gistproc.c.
Referenced by g_box_consider_split(), and gist_box_picksplit().
| int ConsiderSplitContext::common_left |
Definition at line 84 of file rangetypes_gist.c.
Referenced by range_gist_consider_split(), and range_gist_double_sorting_split().
| int ConsiderSplitContext::common_right |
Definition at line 85 of file rangetypes_gist.c.
Referenced by range_gist_consider_split().
| int ConsiderSplitContext::dim |
Definition at line 298 of file gistproc.c.
Referenced by g_box_consider_split(), and gist_box_picksplit().
| int ConsiderSplitContext::entries_count |
Definition at line 73 of file rangetypes_gist.c.
Referenced by range_gist_consider_split(), and range_gist_double_sorting_split().
| int ConsiderSplitContext::entriesCount |
Definition at line 286 of file gistproc.c.
Referenced by g_box_consider_split(), and gist_box_picksplit().
| bool ConsiderSplitContext::first |
Definition at line 291 of file gistproc.c.
Referenced by g_box_consider_split(), gist_box_picksplit(), range_gist_consider_split(), and range_gist_double_sorting_split().
| bool ConsiderSplitContext::has_subtype_diff |
Definition at line 72 of file rangetypes_gist.c.
Referenced by range_gist_consider_split(), and range_gist_double_sorting_split().
| RangeBound* ConsiderSplitContext::left_upper |
Definition at line 79 of file rangetypes_gist.c.
Referenced by range_gist_consider_split(), and range_gist_double_sorting_split().
| float8 ConsiderSplitContext::leftUpper |
Definition at line 293 of file gistproc.c.
Referenced by g_box_consider_split(), and gist_box_picksplit().
| float4 ConsiderSplitContext::overlap |
Definition at line 297 of file gistproc.c.
Referenced by g_box_consider_split(), and range_gist_consider_split().
| float8 ConsiderSplitContext::range |
Definition at line 299 of file gistproc.c.
Referenced by g_box_consider_split().
| float4 ConsiderSplitContext::ratio |
Definition at line 296 of file gistproc.c.
Referenced by g_box_consider_split(), and range_gist_consider_split().
| RangeBound* ConsiderSplitContext::right_lower |
Definition at line 80 of file rangetypes_gist.c.
Referenced by range_gist_consider_split(), and range_gist_double_sorting_split().
| float8 ConsiderSplitContext::rightLower |
Definition at line 294 of file gistproc.c.
Referenced by g_box_consider_split(), and gist_box_picksplit().
| TypeCacheEntry* ConsiderSplitContext::typcache |
Definition at line 71 of file rangetypes_gist.c.
Referenced by range_gist_consider_split(), and range_gist_double_sorting_split().