#include <catalog/IndexDesc.h>
◆ IndexDesc()
◆ Create()
This overload simply passes the arguments to the constructor.
◆ GetIndexColumnEntry()
◆ GetIndexEntry()
Returns the cached Index entry associated with this index descriptor.
Note that the Index entry may be destructed as well if the index descriptor is destructed, so you must access the Index entry while the index descriptor is still alive.
◆ GetKeySchema()
const Schema* taco::IndexDesc::GetKeySchema |
( |
| ) |
const |
|
inline |
Returns the cached index key schema, which we guanrantee ‘IsLayoutComputed() == true’.
◆ m_index
◆ m_index_columns
◆ m_key_schema
std::unique_ptr<Schema> taco::IndexDesc::m_key_schema |
|
private |
The documentation for this class was generated from the following files: