int TupleCompare(const IndexKey *key, const char *tuplebuf, const Schema *schema, const FunctionInfo *lt_funcs, const FunctionInfo *eq_funcs)
Compares the key with the tuple serialized in the buffer tuplebuf with the schema,...
Definition: tuple_compare.cpp:6
bool TupleEqual(const IndexKey *key, const char *tuplebuf, const Schema *schema, const FunctionInfo *eq_funcs)
Definition: tuple_compare.cpp:61