taco-db  0.1.0
Public Attributes | List of all members
taco::VolatileTreeFuncs Struct Reference

#include <index/volatiletree/VolatileTree.h>

Public Attributes

Schema m_key_schema
 This is a copy of the index's key schema to be used by std::multimap's comparator to dissemble a record payload. More...
 
std::vector< FunctionInfom_lt_funcs
 
std::vector< FunctionInfom_eq_funcs
 

Member Data Documentation

◆ m_eq_funcs

std::vector<FunctionInfo> taco::VolatileTreeFuncs::m_eq_funcs

◆ m_key_schema

Schema taco::VolatileTreeFuncs::m_key_schema

This is a copy of the index's key schema to be used by std::multimap's comparator to dissemble a record payload.

◆ m_lt_funcs

std::vector<FunctionInfo> taco::VolatileTreeFuncs::m_lt_funcs

The documentation for this struct was generated from the following file: