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

◆ MEOS_SETTYPE_CATALOG

const settype_catalog_struct MEOS_SETTYPE_CATALOG[]
static
Initial value:
=
{
}
@ T_FLOAT8
float8 type
Definition: meos_catalog.h:67
@ T_INTSET
int4 set type
Definition: meos_catalog.h:74
@ T_DATE
date type
Definition: meos_catalog.h:58
@ T_TSTZSET
timestamptz set type
Definition: meos_catalog.h:96
@ T_GEOMSET
geometry set type
Definition: meos_catalog.h:101
@ T_DATESET
date set type
Definition: meos_catalog.h:61
@ T_POSESET
pose set type
Definition: meos_catalog.h:111
@ T_GEOGRAPHY
geography type
Definition: meos_catalog.h:102
@ T_TIMESTAMPTZ
timestamp with time zone type
Definition: meos_catalog.h:92
@ T_CBUFFERSET
buffer set type
Definition: meos_catalog.h:114
@ T_TEXTSET
text type
Definition: meos_catalog.h:90
@ T_GEOMETRY
geometry type
Definition: meos_catalog.h:100
@ T_INT8
int8 type
Definition: meos_catalog.h:77
@ T_FLOATSET
float8 set type
Definition: meos_catalog.h:68
@ T_BIGINTSET
int8 set type
Definition: meos_catalog.h:80
@ T_INT4
int4 type
Definition: meos_catalog.h:71
@ T_POSE
pose type
Definition: meos_catalog.h:110
@ T_GEOGSET
geography set type
Definition: meos_catalog.h:103
@ T_TEXT
text type
Definition: meos_catalog.h:89
@ T_NPOINT
network point type
Definition: meos_catalog.h:106
@ T_CBUFFER
buffer type
Definition: meos_catalog.h:113
@ T_NPOINTSET
network point set type
Definition: meos_catalog.h:107

Global constant array that keeps type information for the defined set types.