Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C#] Add [] operator to Schema #34119

Closed
DanTm99 opened this issue Feb 10, 2023 · 0 comments · Fixed by #34126
Closed

[C#] Add [] operator to Schema #34119

DanTm99 opened this issue Feb 10, 2023 · 0 comments · Fixed by #34126

Comments

@DanTm99
Copy link
Contributor

DanTm99 commented Feb 10, 2023

Describe the enhancement requested

Add the [] operator to Schema which calls GetFieldByIndex or GetFieldByName.

Component(s)

C#

@DanTm99 DanTm99 changed the title Add [] operator to Schema [C#] Add [] operator to Schema Feb 10, 2023
westonpace pushed a commit that referenced this issue Feb 16, 2023
Add the `[]` operator to Schema that retrieves a field by index if an int is passed, or retrieved a field by name if a string is passed.
* Closes: #34119

Lead-authored-by: DanTm99 <danyaal99@hotmail.co.uk>
Co-authored-by: Danyaal Khan <danyaal99@hotmail.co.uk>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
@westonpace westonpace added this to the 12.0.0 milestone Feb 16, 2023
gringasalpastor pushed a commit to gringasalpastor/arrow that referenced this issue Feb 17, 2023
Add the `[]` operator to Schema that retrieves a field by index if an int is passed, or retrieved a field by name if a string is passed.
* Closes: apache#34119

Lead-authored-by: DanTm99 <danyaal99@hotmail.co.uk>
Co-authored-by: Danyaal Khan <danyaal99@hotmail.co.uk>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
fatemehp pushed a commit to fatemehp/arrow that referenced this issue Feb 24, 2023
Add the `[]` operator to Schema that retrieves a field by index if an int is passed, or retrieved a field by name if a string is passed.
* Closes: apache#34119

Lead-authored-by: DanTm99 <danyaal99@hotmail.co.uk>
Co-authored-by: Danyaal Khan <danyaal99@hotmail.co.uk>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants