PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
LWGEOM_from_bytea()
Datum LWGEOM_from_bytea
(
PG_FUNCTION_ARGS
)
Definition at line
754
of file
lwgeom_inout.c
.
755
{
756
GSERIALIZED
*
result
;
757
758
POSTGIS_DEBUG(2,
"LWGEOM_from_bytea start"
);
759
760
result
= (
GSERIALIZED
*)DatumGetPointer(DirectFunctionCall1(
761
LWGEOMFromEWKB
, PG_GETARG_DATUM(0)));
762
763
PG_RETURN_POINTER(
result
);
764
}
result
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition:
cu_print.c:262
LWGEOMFromEWKB
Datum LWGEOMFromEWKB(PG_FUNCTION_ARGS)
Definition:
lwgeom_inout.c:349
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