pub fn check_valid_column_name(column_name: &str) -> Result<(), RwError>
Check if the column name does not conflict with the internally reserved column name.