MobilityDB 1.1
|
R-tree GiST index for temporal integers and temporal floats. More...
#include <tnumber_gist.h>
Data Fields | |
bboxunion | boundingBox |
minimum bounding box across all entries More... | |
int | common_left |
number of common entries destined for each side More... | |
int | common_right |
int | dim |
axis of this split More... | |
int | entries_count |
total number of entries being split More... | |
int | entriesCount |
total number of entries being split More... | |
bool | first |
Information about currently selected split follows. More... | |
SpanBound | left_upper |
upper bound of left interval More... | |
double | leftUpper |
upper bound of left interval More... | |
float4 | overlap |
overlap between left and right predicate More... | |
double | range |
width of general MBR projection to the selected axis More... | |
float4 | ratio |
split ratio More... | |
SpanBound | right_lower |
lower bound of right interval More... | |
double | rightLower |
lower bound of right interval More... | |
R-tree GiST index for temporal integers and temporal floats.
Structure keeping context for the function span_gist_consider_split.
Structure keeping context for the function stbox_gist_consider_split.
Contains information about currently selected split and some general information.