PostGIS
3.7.0dev-r@@SVN_REVISION@@
◆
LWGEOM_from_bytea()
Datum LWGEOM_from_bytea
(
PG_FUNCTION_ARGS
)
Definition at line
761
of file
lwgeom_inout.c
.
762
{
763
GSERIALIZED
*
result
;
764
765
POSTGIS_DEBUG(2,
"LWGEOM_from_bytea start"
);
766
767
result
= (
GSERIALIZED
*)DatumGetPointer(DirectFunctionCall1(
768
LWGEOMFromEWKB
, PG_GETARG_DATUM(0)));
769
770
PG_RETURN_POINTER(
result
);
771
}
result
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition:
cu_print.c:267
LWGEOMFromEWKB
Datum LWGEOMFromEWKB(PG_FUNCTION_ARGS)
Definition:
lwgeom_inout.c:351
GSERIALIZED
Definition:
liblwgeom.h:443
References
LWGEOMFromEWKB()
, and
result
.
Here is the call graph for this function:
postgis
lwgeom_inout.c
Generated by
1.9.1