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

[GitHub] [arrow] Platob opened a new pull request, #35157: GH-35155: [C#] Improve Array accessor with IEnumerable, C# array like

Platob opened a new pull request, #35157:
URL: https://github.com/apache/arrow/pull/35157

   ### Rationale for this change
   
   Make Arrow array closer to C# native implementations with IEnumerable, [index] getter
   
   ### What changes are included in this PR?
   
   Add Array.Items() Accessor to iterate / use System.Linq with a default C# type based on arrow array
   
   ### Are these changes tested?
   
   Yes
   
   ### Are there any user-facing changes?
   
   No, only new features


-- 
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


[GitHub] [arrow] Platob commented on pull request #35157: GH-35155: [C#] Improve Array accessor with IEnumerable, C# array like

Posted by "Platob (via GitHub)" <gi...@apache.org>.
Platob commented on PR #35157:
URL: https://github.com/apache/arrow/pull/35157#issuecomment-1510829612

   I am wondering what is better between create Accessor wrapper, or get directly from array
   
   For Time arrays, need static method to convert physical to Time objects


-- 
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


[GitHub] [arrow] Platob closed pull request #35157: GH-35155: [C#] Improve Array accessor with IEnumerable, C# array like

Posted by "Platob (via GitHub)" <gi...@apache.org>.
Platob closed pull request #35157: GH-35155: [C#] Improve Array accessor with IEnumerable, C# array like
URL: https://github.com/apache/arrow/pull/35157


-- 
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


[GitHub] [arrow] github-actions[bot] commented on pull request #35157: GH-35155: [C#] Improve Array accessor with IEnumerable, C# array like

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #35157:
URL: https://github.com/apache/arrow/pull/35157#issuecomment-1509933833

   * Closes: #35155


-- 
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


[GitHub] [arrow] github-actions[bot] commented on pull request #35157: GH-35155: [C#] Improve Array accessor with IEnumerable, C# array like

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #35157:
URL: https://github.com/apache/arrow/pull/35157#issuecomment-1509933883

   :warning: GitHub issue #35155 **has been automatically assigned in GitHub** to PR creator.


-- 
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


[GitHub] [arrow] Platob commented on pull request #35157: GH-35155: [C#] Improve Array accessor with IEnumerable, C# array like

Posted by "Platob (via GitHub)" <gi...@apache.org>.
Platob commented on PR #35157:
URL: https://github.com/apache/arrow/pull/35157#issuecomment-1510835943

   Moving to physical / logical readers


-- 
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