PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ box2df_in()

Datum box2df_in ( PG_FUNCTION_ARGS  )

Definition at line 2423 of file gserialized_gist_2d.c.

References box2df_out(), and PG_FUNCTION_INFO_V1().

Referenced by gserialized_gist_picksplit_2d().

2424 {
2425  ereport(ERROR,(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
2426  errmsg("function box2df_in not implemented")));
2427  PG_RETURN_POINTER(NULL);
2428 }
Here is the call graph for this function:
Here is the caller graph for this function: