PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ gserialized_contains_box2df_box2df_2d()

Datum gserialized_contains_box2df_box2df_2d ( PG_FUNCTION_ARGS  )

Definition at line 631 of file gserialized_gist_2d.c.

632 {
633  if ( box2df_contains((BOX2DF *)PG_GETARG_POINTER(0), (BOX2DF *)PG_GETARG_POINTER(1)))
634  PG_RETURN_BOOL(true);
635 
636  PG_RETURN_BOOL(false);
637 }
bool box2df_contains(const BOX2DF *a, const BOX2DF *b)

References box2df_contains().

Here is the call graph for this function: