MCPcopy Create free account
hub / github.com/arkdb/inception / compare_key

Method compare_key

sql/handler.cc:6346–6355  ·  view source on GitHub ↗

Compare if found key (in row) is over max-value. @param range range to compare to row. May be 0 for no range @seealso key.cc::key_cmp() @return The return value is SIGN(key_in_row - range_key): - 0 : Key is equal to range or 'range' == 0 (no range) - -1 : Key is less than range - 1 : Key is larger than range */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

get_next_prefixMethod · 0.80

Calls 1

key_cmpFunction · 0.85

Tested by

no test coverage detected