MobilityDB 1.1
|
Structure to represent spans (a.k.a. More...
#include <meos.h>
Data Fields | |
uint8 | basetype |
span basetype More... | |
Datum | lower |
lower bound value More... | |
bool | lower_inc |
lower bound is inclusive (vs exclusive) More... | |
uint8 | spantype |
span type More... | |
Datum | upper |
upper bound value More... | |
bool | upper_inc |
upper bound is inclusive (vs exclusive) More... | |
Structure to represent spans (a.k.a.
ranges)