} else if let Some(col) = cmd.strip_prefix("col ") {
self.static_columns.push(col.to_owned());
} else {
return Err(std::io::Error::new(
std::io::ErrorKind::InvalidInput,
} else if let Some(col) = cmd.strip_prefix("col ") {
self.static_columns.push(col.to_owned());
} else {
return Err(std::io::Error::new(
std::io::ErrorKind::InvalidInput,