PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ LWGEOM_send()

Datum LWGEOM_send ( PG_FUNCTION_ARGS  )

Definition at line 795 of file lwgeom_inout.c.

796 {
797  POSTGIS_DEBUG(2, "LWGEOM_send called");
798 
799  PG_RETURN_POINTER(
800  DatumGetPointer(
801  DirectFunctionCall1(
803  PG_GETARG_DATUM(0)
804  )));
805 }
Datum WKBFromLWGEOM(PG_FUNCTION_ARGS)
Definition: lwgeom_inout.c:423

References WKBFromLWGEOM().

Here is the call graph for this function: