MobilityDB 1.1
|
◆ tempsubtype_struct_array
Initial value:
=
{
{"ANYTEMPSUBTYPE", ANYTEMPSUBTYPE},
{"INSTANT", TINSTANT},
{"SEQUENCE", TSEQUENCE},
{"SEQUENCESET", TSEQUENCESET},
}
#define ANYTEMPSUBTYPE Enumeration for the concrete subtype of temporal types. Definition: temporal.h:175 Array storing the mapping between the string representation of the subtypes of temporal types and the corresponding enum value. |