MobilityDB 1.1
Data Fields
SpanBound Struct Reference

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...
 

Detailed Description

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)


The documentation for this struct was generated from the following file: