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 {
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 }
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition: cu_print.c:262
Datum LWGEOMFromEWKB(PG_FUNCTION_ARGS)
Definition: lwgeom_inout.c:349

References LWGEOMFromEWKB(), and result.

Here is the call graph for this function: