Table of Contents
MobilityDB defines four template types that act as type constructors over base types. These template types are set
, span
, spanset
, and temporal
. Table A.1, “MobilityDB current instantiations of template types” shows the types defined over these template types. Furthermore, MobilityDB defines two bounding box types, namely, tbox
and stbox
.
Table A.1. MobilityDB current instantiations of template types
Base Types | Template Types | |||
---|---|---|---|---|
set | span | spanset | temporal | |
bool |
|
|
| tbool |
text | textset |
|
| ttext |
integer | intset | intspan | intspanset | tint |
bigint | bigintset | bigintspan | bigintspanset |
|
float | floatset | floatspan | floatspanset | tfloat |
date | dateset | datespan | datespanset |
|
timestamptz | tstzset | tstzspan | tstzspanset |
|
geometry | geomset |
|
| tgeompoint |
geography | geogset |
|
| tgeogpoint |
npoint | npointset |
|
| tnpoint |