Function parity_db::clear_column

source ยท
pub fn clear_column(path: &Path, column: ColId) -> Result<()>
Expand description

Clear specified column. All data is removed and stats are reset. Database must be closed before calling this.