PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ LWGEOM_send()

Datum LWGEOM_send ( PG_FUNCTION_ARGS  )

Definition at line 728 of file lwgeom_inout.c.

729 {
730  POSTGIS_DEBUG(2, "LWGEOM_send called");
731 
732  PG_RETURN_POINTER(
733  DatumGetPointer(
734  DirectFunctionCall1(
736  PG_GETARG_DATUM(0)
737  )));
738 }
Datum WKBFromLWGEOM(PG_FUNCTION_ARGS)
Definition: lwgeom_inout.c:403

References WKBFromLWGEOM().

Here is the call graph for this function: