Type Definition rustdb::table::IxList[][src]

pub type IxList = Vec<(Rc<SortedFile>, Rc<Vec<usize>>)>;
Expand description

List of indexes. Each index has a file and a list of column numbers.