pub type IxList = Vec<Index>;
List of indexes. Each index has a file and a list of column numbers.
pub struct IxList { /* private fields */ }