PostgreSQL Source Code: ConsiderSplitContext Struct Reference (original) (raw)
| 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.
◆ boundingBox
BOX ConsiderSplitContext::boundingBox
◆ common_left
int ConsiderSplitContext::common_left
◆ common_right
int ConsiderSplitContext::common_right
◆ dim
int ConsiderSplitContext::dim
◆ entries_count
int ConsiderSplitContext::entries_count
◆ entriesCount
int ConsiderSplitContext::entriesCount
◆ first
bool ConsiderSplitContext::first
◆ has_subtype_diff
bool ConsiderSplitContext::has_subtype_diff
◆ left_upper
◆ leftUpper
float8 ConsiderSplitContext::leftUpper
◆ overlap
float4 ConsiderSplitContext::overlap
◆ range
float8 ConsiderSplitContext::range
◆ ratio
float4 ConsiderSplitContext::ratio
◆ right_lower
◆ rightLower
float8 ConsiderSplitContext::rightLower
◆ typcache
The documentation for this struct was generated from the following files:
- src/backend/access/gist/gistproc.c
- src/backend/utils/adt/rangetypes_gist.c