|
taco-db
0.1.0
|
This is the complete list of members for taco::IndexDesc, including all inherited members.
| Create(std::shared_ptr< const SysTable_Index > index, std::vector< std::shared_ptr< SysTable_IndexColumn >> index_columns, std::unique_ptr< Schema > key_schema) | taco::IndexDesc | static |
| GetIndexColumnEntry(FieldId keyid) const | taco::IndexDesc | inline |
| GetIndexEntry() const | taco::IndexDesc | inline |
| GetKeySchema() const | taco::IndexDesc | inline |
| IndexDesc(std::shared_ptr< const SysTable_Index > index, std::vector< std::shared_ptr< SysTable_IndexColumn >> index_columns, std::unique_ptr< Schema > key_schema) | taco::IndexDesc | inlineprivate |
| m_index | taco::IndexDesc | private |
| m_index_columns | taco::IndexDesc | private |
| m_key_schema | taco::IndexDesc | private |