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

Added support for ffi for FixedSizeList and FixedSizeBinary #565

Merged
merged 1 commit into from
Nov 2, 2021

Conversation

jorgecarleitao
Copy link
Owner

No description provided.

@jorgecarleitao jorgecarleitao added the feature A new feature label Nov 2, 2021
@codecov
Copy link

codecov bot commented Nov 2, 2021

Codecov Report

Merging #565 (599b8ac) into main (e4c37f9) will increase coverage by 0.02%.
The diff coverage is 49.20%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #565      +/-   ##
==========================================
+ Coverage   78.88%   78.90%   +0.02%     
==========================================
  Files         395      395              
  Lines       24498    24542      +44     
==========================================
+ Hits        19325    19366      +41     
- Misses       5173     5176       +3     
Impacted Files Coverage Δ
src/array/boolean/ffi.rs 0.00% <0.00%> (ø)
src/array/ffi.rs 70.00% <ø> (+5.00%) ⬆️
src/array/fixed_size_binary/ffi.rs 0.00% <0.00%> (ø)
src/array/list/mutable.rs 66.33% <0.00%> (ø)
src/array/map/ffi.rs 0.00% <0.00%> (ø)
src/array/union/ffi.rs 0.00% <0.00%> (ø)
src/ffi/ffi.rs 85.41% <0.00%> (-7.13%) ⬇️
src/ffi/array.rs 52.17% <50.00%> (-0.21%) ⬇️
src/ffi/schema.rs 69.23% <61.53%> (+1.63%) ⬆️
src/array/binary/ffi.rs 60.71% <100.00%> (ø)
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e4c37f9...599b8ac. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 58db4c5 into main Nov 2, 2021
@jorgecarleitao jorgecarleitao deleted the ffi_fixed branch November 2, 2021 17:12
@jorgecarleitao jorgecarleitao changed the title Added ffi support for FixedSizeList and FixedSizeBinary Added support for ffi for FixedSizeList and FixedSizeBinary Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant