PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
gidx_out()
Datum gidx_out
(
PG_FUNCTION_ARGS
)
Definition at line
2016
of file
gserialized_gist_nd.c
.
2017
{
2018
GIDX *box = (GIDX *) PG_GETARG_POINTER(0);
2019
char
*result = gidx_to_string(box);
2020
PG_RETURN_CSTRING(result);
2021
}
postgis
gserialized_gist_nd.c
Generated by
1.9.1