taco-db  0.1.0
Namespaces | Functions
tuple_compare.h File Reference
#include "tdb.h"
#include "catalog/Schema.h"
#include "index/IndexKey.h"

Go to the source code of this file.

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)