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

Function array_ne

src/backend/utils/adt/arrayfuncs.c:3833–3837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3831 */
3832
3833Datum
3834array_ne(PG_FUNCTION_ARGS)
3835{
3836 PG_RETURN_BOOL(!DatumGetBool(array_eq(fcinfo)));
3837}
3838
3839Datum
3840array_lt(PG_FUNCTION_ARGS)

Callers

nothing calls this directly

Calls 2

DatumGetBoolFunction · 0.85
array_eqFunction · 0.85

Tested by

no test coverage detected