pub fn create_view_output_columns( schema: &RowSchema, declared: &[String], ) -> Result<Vec<String>, SQLError>