MobilityDB
1.0
|
Structure to represent the temporal type cache array. More...
#include <tempcache.h>
Data Fields | |
Oid | temptypid |
Oid of the temporal type. More... | |
Oid | basetypid |
Oid of the base type. More... | |
int32 | basetyplen |
Length of the base type. More... | |
bool | basebyval |
True if the base type is passed by value. More... | |
bool | basecont |
True if the base type is continuous. More... | |
Oid | boxtypid |
Oid of the box type. More... | |
int32 | boxtyplen |
Length of the box type. More... | |
Structure to represent the temporal type cache array.