Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Added convenience accessor array.get #1416

Merged
merged 1 commit into from
Feb 24, 2023
Merged

Added convenience accessor array.get #1416

merged 1 commit into from
Feb 24, 2023

Conversation

ozgrakkurt
Copy link
Contributor

closes #1415

@codecov
Copy link

codecov bot commented Feb 22, 2023

Codecov Report

Base: 83.61% // Head: 83.62% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (f2f45e3) compared to base (615300b).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1416   +/-   ##
=======================================
  Coverage   83.61%   83.62%           
=======================================
  Files         373      373           
  Lines       40326    40356   +30     
=======================================
+ Hits        33720    33749   +29     
- Misses       6606     6607    +1     
Impacted Files Coverage Δ
src/array/binary/mod.rs 90.38% <0.00%> (-3.71%) ⬇️
src/array/boolean/mod.rs 79.41% <0.00%> (-2.41%) ⬇️
src/array/fixed_size_binary/mod.rs 84.24% <0.00%> (-2.99%) ⬇️
src/array/fixed_size_list/mod.rs 85.84% <0.00%> (-3.98%) ⬇️
src/array/primitive/mod.rs 80.55% <0.00%> (-2.31%) ⬇️
src/array/utf8/mod.rs 83.52% <0.00%> (-1.64%) ⬇️
src/offset.rs 86.11% <0.00%> (+0.34%) ⬆️
src/io/ipc/read/file_async.rs 72.76% <0.00%> (+11.56%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jorgecarleitao jorgecarleitao changed the title add convenience accessor array.get Added convenience accessor array.get Feb 23, 2023
@jorgecarleitao jorgecarleitao merged commit e3158f8 into jorgecarleitao:main Feb 24, 2023
ritchie46 pushed a commit to ritchie46/arrow2 that referenced this pull request Mar 29, 2023
ritchie46 pushed a commit to ritchie46/arrow2 that referenced this pull request Apr 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define a get function on arrays which behaves like a regular array.get
2 participants