Type Alias rustdb::table::IxList

source ·
pub type IxList = Vec<Index>;
Expand description

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

Aliased Type§

struct IxList { /* private fields */ }