pub fn arg_is_column_declaration(
    arg: &str
) -> Result<Option<ColumnDeclaration>, String>