PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ gidx_out()

Datum gidx_out ( PG_FUNCTION_ARGS  )

Definition at line 1802 of file gserialized_gist_nd.c.

1803 {
1804  GIDX *box = (GIDX *)PG_GETARG_POINTER(0);
1805  char *result = gidx_to_string(box);
1806  PG_RETURN_CSTRING(result);
1807 }