PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ LWGEOM_send()

Datum LWGEOM_send ( PG_FUNCTION_ARGS  )

Definition at line 802 of file lwgeom_inout.c.

803 {
804  POSTGIS_DEBUG(2, "LWGEOM_send called");
805 
806  PG_RETURN_POINTER(
807  DatumGetPointer(
808  DirectFunctionCall1(
810  PG_GETARG_DATUM(0)
811  )));
812 }
Datum WKBFromLWGEOM(PG_FUNCTION_ARGS)
Definition: lwgeom_inout.c:430

References WKBFromLWGEOM().

Here is the call graph for this function: