|
MobilityDB 1.1
|
Basic routines for spans (a.k.a. More...
#include <span.h>
Data Fields | |
| uint8 | basetype |
| span basetype More... | |
| bool | inclusive |
| bound is inclusive (vs exclusive) More... | |
| bool | lower |
| this is the lower (vs upper) bound More... | |
| uint8 | spantype |
| span type More... | |
| Datum | val |
| bound value More... | |
Basic routines for spans (a.k.a.
ranges) composed of two Datum values and two Boolean values stating whether the bounds are inclusive. Internal representation of either bound of a span (not what's on disk)