PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ box2df_out()

Datum box2df_out ( PG_FUNCTION_ARGS  )

Definition at line 1984 of file gserialized_gist_2d.c.

1985 {
1986  BOX2DF *box = (BOX2DF *) PG_GETARG_POINTER(0);
1987  char *result = box2df_to_string(box);
1988  PG_RETURN_CSTRING(result);
1989 }
static char * box2df_to_string(const BOX2DF *a)

References box2df_to_string().

Here is the call graph for this function: