PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ geometry_typmod_in()

Datum geometry_typmod_in ( PG_FUNCTION_ARGS  )

Definition at line 355 of file gserialized_typmod.c.

356 {
357  ArrayType *arr = (ArrayType *) DatumGetPointer(PG_GETARG_DATUM(0));
358  uint32 typmod = gserialized_typmod_in(arr, LW_FALSE); /* Not a geography */;
359  PG_RETURN_INT32(typmod);
360 }
static uint32 gserialized_typmod_in(ArrayType *arr, int is_geography)
#define LW_FALSE
Definition: liblwgeom.h:94

References gserialized_typmod_in(), and LW_FALSE.

Here is the call graph for this function: