MobilityDB 1.1

◆ tempsubtype_struct_array

struct tempsubtype_struct tempsubtype_struct_array[]
Initial value:
=
{
{"ANYTEMPSUBTYPE", ANYTEMPSUBTYPE},
{"INSTANT", TINSTANT},
{"SEQUENCE", TSEQUENCE},
{"SEQUENCESET", TSEQUENCESET},
}
#define TSEQUENCE
Definition: temporal.h:177
#define ANYTEMPSUBTYPE
Enumeration for the concrete subtype of temporal types.
Definition: temporal.h:175
#define TSEQUENCESET
Definition: temporal.h:178
#define TINSTANT
Definition: temporal.h:176

Array storing the mapping between the string representation of the subtypes of temporal types and the corresponding enum value.