Type Definition tc_btree::RowSchema

source ·
pub type RowSchema = Vec<Column>;
Expand description

The schema of a BTree.