PostGIS
3.1.6dev-r@@SVN_REVISION@@
◆
gidx_out()
Datum gidx_out
(
PG_FUNCTION_ARGS
)
Definition at line
1802
of file
gserialized_gist_nd.c
.
1803
{
1804
GIDX *box = (GIDX *)PG_GETARG_POINTER(0);
1805
char
*
result
= gidx_to_string(box);
1806
PG_RETURN_CSTRING(
result
);
1807
}
result
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition:
cu_print.c:267
References
result
.
postgis
gserialized_gist_nd.c
Generated by
1.9.1