PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ LWGEOM_send()

Datum LWGEOM_send ( PG_FUNCTION_ARGS  )

Definition at line 735 of file lwgeom_inout.c.

736{
737 POSTGIS_DEBUG(2, "LWGEOM_send called");
738
739 PG_RETURN_POINTER(
740 DatumGetPointer(
741 DirectFunctionCall1(
743 PG_GETARG_DATUM(0)
744 )));
745}
Datum WKBFromLWGEOM(PG_FUNCTION_ARGS)

References WKBFromLWGEOM().

Here is the call graph for this function: