MobilityDB  1.0
Data Fields
temptype_cache_struct Struct Reference

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

Detailed Description

Structure to represent the temporal type cache array.


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