PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ gidx_out()

Datum gidx_out ( PG_FUNCTION_ARGS  )

Definition at line 1805 of file gserialized_gist_nd.c.

1806 {
1807  GIDX *box = (GIDX *)PG_GETARG_POINTER(0);
1808  char *result = gidx_to_string(box);
1809  PG_RETURN_CSTRING(result);
1810 }
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition: cu_print.c:262

References result.