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

Function execconsistent

contrib/intarray/_int_bool.c:308–319  ·  view source on GitHub ↗

Array must be sorted! */

Source from the content-addressed store, hash-verified

306
307/* Array must be sorted! */
308bool
309execconsistent(QUERYTYPE *query, ArrayType *array, bool calcnot)
310{
311 CHKVAL chkval;
312
313 CHECKARRVALID(array);
314 chkval.arrb = ARRPTR(array);
315 chkval.arre = chkval.arrb + ARRNELEMS(array);
316 return execute(GETQUERY(query) + query->size - 1,
317 (void *) &chkval, NULL, calcnot,
318 checkcondition_arr);
319}
320
321typedef struct
322{

Callers 1

g_int_consistentFunction · 0.85

Calls 1

executeFunction · 0.70

Tested by

no test coverage detected