|
PostgreSQL Source Code git master
|
Data Fields | |
| int | entriesCount |
| BOX | boundingBox |
| bool | first |
| float8 | leftUpper |
| float8 | rightLower |
| float4 | ratio |
| float4 | overlap |
| int | dim |
| float8 | range |
| TypeCacheEntry * | typcache |
| bool | has_subtype_diff |
| int | entries_count |
| RangeBound * | left_upper |
| RangeBound * | right_lower |
| int | common_left |
| int | common_right |
Definition at line 283 of file gistproc.c.
| BOX ConsiderSplitContext::boundingBox |
Definition at line 286 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 297 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 285 of file gistproc.c.
Referenced by g_box_consider_split(), and gist_box_picksplit().
| bool ConsiderSplitContext::first |
Definition at line 290 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 292 of file gistproc.c.
Referenced by g_box_consider_split(), and gist_box_picksplit().
| float4 ConsiderSplitContext::overlap |
Definition at line 296 of file gistproc.c.
Referenced by g_box_consider_split(), and range_gist_consider_split().
| float8 ConsiderSplitContext::range |
Definition at line 298 of file gistproc.c.
Referenced by g_box_consider_split().
| float4 ConsiderSplitContext::ratio |
Definition at line 295 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 293 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().