You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Platob (via GitHub)" <gi...@apache.org> on 2023/04/10 16:55:15 UTC

[GitHub] [arrow] Platob opened a new issue, #35009: Add IEnumerable Extensions to Arrays

Platob opened a new issue, #35009:
URL: https://github.com/apache/arrow/issues/35009

   ### Describe the enhancement requested
   
   It would be nice to add IEnumerable Interface to Array like
   
   ```c#
   public class StringArray: BinaryArray, IEnumerable<string>
   ```
   
   ### Component(s)
   
   C#


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] Platob closed issue #35009: [C#] Add IEnumerable Extensions to Arrays

Posted by "Platob (via GitHub)" <gi...@apache.org>.
Platob closed issue #35009: [C#] Add IEnumerable Extensions to Arrays
URL: https://github.com/apache/arrow/issues/35009


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] Platob commented on issue #35009: [C#] Add IEnumerable Extensions to Arrays

Posted by "Platob (via GitHub)" <gi...@apache.org>.
Platob commented on issue #35009:
URL: https://github.com/apache/arrow/issues/35009#issuecomment-1509787301

   Redefined need, need build accessors to arrays


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org