fn identity_pipeline_inner<'a>( array: Vec<Value>, tag_column_names: Option<impl Iterator<Item = &'a String>>, ) -> Result<Rows>