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:161
@ TSEQUENCE
Temporal sequence subtype.
Definition: meos.h:163
@ TSEQUENCESET
Temporal sequence set subtype.
Definition: meos.h:164
@ TINSTANT
Temporal instant subtype.
Definition: meos.h:162

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