PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ box2df_out()

Datum box2df_out ( PG_FUNCTION_ARGS  )

Definition at line 2431 of file gserialized_gist_2d.c.

References box2df_to_string().

Referenced by box2df_in().

2432 {
2433  BOX2DF *box = (BOX2DF *) PG_GETARG_POINTER(0);
2434  char *result = box2df_to_string(box);
2435  PG_RETURN_CSTRING(result);
2436 }
static char * box2df_to_string(const BOX2DF *a)
Here is the call graph for this function:
Here is the caller graph for this function: