PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ pgis_abs_out()

Datum pgis_abs_out ( PG_FUNCTION_ARGS  )

Definition at line 106 of file lwgeom_accum.c.

References PG_FUNCTION_INFO_V1(), and pgis_geometry_accum_transfn().

Referenced by pgis_abs_in().

107 {
108  ereport(ERROR,(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
109  errmsg("function %s not implemented", __func__)));
110  PG_RETURN_POINTER(NULL);
111 }
Here is the call graph for this function:
Here is the caller graph for this function: