PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
gidx_out()
Datum gidx_out
(
PG_FUNCTION_ARGS
)
Definition at line
2015
of file
gserialized_gist_nd.c
.
Referenced by
gidx_in()
.
2016
{
2017
GIDX *box = (GIDX *) PG_GETARG_POINTER(0);
2018
char
*result = gidx_to_string(box);
2019
PG_RETURN_CSTRING(result);
2020
}
Here is the caller graph for this function:
postgis
gserialized_gist_nd.c
Generated by
1.8.13