hybridse::vm::IndexSt
#include <catalog.h>
Summary
struct hybridse::vm::IndexSt;
represents index information, e.g, name, first keys, second key information
Public Attributes
variable name
std::string name;
index name
variable index
uint32_t index;
position of index
variable ts_pos
uint32_t ts_pos;
second key column position
variable keys
std::vector< ColInfo > keys;
first keys set
Last updated