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

Function signconsistent

contrib/intarray/_int_bool.c:299–305  ·  view source on GitHub ↗

* signconsistent & execconsistent called by *_consistent */

Source from the content-addressed store, hash-verified

297 * signconsistent & execconsistent called by *_consistent
298 */
299bool
300signconsistent(QUERYTYPE *query, BITVECP sign, int siglen, bool calcnot)
301{
302 return execute(GETQUERY(query) + query->size - 1,
303 (void *) sign, (void *) (intptr_t) siglen, calcnot,
304 checkcondition_bit);
305}
306
307/* Array must be sorted! */
308bool

Callers 1

g_intbig_consistentFunction · 0.85

Calls 1

executeFunction · 0.70

Tested by

no test coverage detected