MobilityDB 1.1
Data Fields
Span Struct Reference

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

Detailed Description

Structure to represent spans (a.k.a.

ranges)


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