taco-db
0.1.0
|
#include "index/tuple_compare.h"
Namespaces | |
taco | |
Functions | |
int | taco::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 , using the "<" functions in lt_funcs , and ">" functions in eq_funcs , in lexicographical order. More... | |
bool | taco::TupleEqual (const IndexKey *key, const char *tuplebuf, const Schema *schema, const FunctionInfo *eq_funcs) |