hybridse::vm::IndexSt

#include <catalog.h>

Summary

struct hybridse::vm::IndexSt;

represents index information, e.g, name, first keys, second key information

Public attributes

std::string index name

uint32_t position of index

uint32_t second key column position

std::vector< ColInfo > first keys set

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