MCPcopy Create free account
hub / github.com/MariaDB/server / cmp_binary_offset

Method cmp_binary_offset

sql/field.h:1408–1409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1406 virtual int cmp_offset(my_ptrdiff_t row_offset)
1407 { return cmp(ptr,ptr+row_offset); }
1408 virtual int cmp_binary_offset(uint row_offset)
1409 { return cmp_binary(ptr, ptr+row_offset); };
1410 virtual int key_cmp(const uchar *a,const uchar *b) const
1411 { return cmp(a, b); }
1412 virtual int key_cmp(const uchar *str, uint length) const

Callers 3

compare_recordFunction · 0.45
record_compareFunction · 0.45
cmp_refMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected