MobilityDB 1.3
Loading...
Searching...
No Matches

◆ MEOS_TEMPSUBTYPE_NAMES

const char* MEOS_TEMPSUBTYPE_NAMES[]
static
Initial value:
=
{
[ANYTEMPSUBTYPE] = "Any subtype",
[TINSTANT] = "Instant",
[TSEQUENCE] = "Sequence",
[TSEQUENCESET] = "SequenceSet"
}
@ ANYTEMPSUBTYPE
Any temporal subtype.
Definition: meos.h:151
@ TSEQUENCE
Temporal sequence subtype.
Definition: meos.h:153
@ TSEQUENCESET
Temporal sequence set subtype.
Definition: meos.h:154
@ TINSTANT
Temporal instant subtype.
Definition: meos.h:152

Global constant array storing the string representation of the concrete subtypes of temporal types.