MCPcopy Create free account
hub / github.com/apache/cloudberry / plunit_assert_equals_range

Function plunit_assert_equals_range

gpcontrib/orafce/plunit.c:282–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282Datum
283plunit_assert_equals_range(PG_FUNCTION_ARGS)
284{
285 return plunit_assert_equals_range_message(fcinfo);
286}
287
288static bool
289assert_equals_range_base(FunctionCallInfo fcinfo)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected