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++] Column abstraction: SOMAAttribute, part 2 #3426

Merged
merged 11 commits into from
Jan 3, 2025

Conversation

XanthosXanthopoulos
Copy link
Collaborator

@XanthosXanthopoulos XanthosXanthopoulos commented Dec 12, 2024

This PR introduce the SOMAAttribute concrete class to wrap TileDB Attribute and Enumeration pairs.

@XanthosXanthopoulos XanthosXanthopoulos changed the title SOMAAttribute, part 2 [c++] Column abstraction: SOMAAttribute, part 2 Dec 12, 2024
libtiledbsoma/src/soma/soma_attribute.h Show resolved Hide resolved
libtiledbsoma/src/soma/soma_attribute.h Outdated Show resolved Hide resolved
@jp-dark jp-dark self-requested a review December 23, 2024 16:10
@XanthosXanthopoulos XanthosXanthopoulos force-pushed the xan/sc-sc-59427/soma-dimension branch from f134822 to 0ad22da Compare December 31, 2024 10:17
@XanthosXanthopoulos XanthosXanthopoulos force-pushed the xan/sc-59427/soma-attribute branch 2 times, most recently from 73865cb to 5bcd88d Compare January 2, 2025 11:36
libtiledbsoma/src/soma/soma_attribute.cc Outdated Show resolved Hide resolved
libtiledbsoma/src/soma/soma_attribute.h Outdated Show resolved Hide resolved
Base automatically changed from xan/sc-sc-59427/soma-dimension to xan/sc-59427/arrow-helpers January 2, 2025 15:41
@XanthosXanthopoulos XanthosXanthopoulos force-pushed the xan/sc-59427/soma-attribute branch from a215ce4 to b0a1976 Compare January 2, 2025 17:38
Base automatically changed from xan/sc-59427/arrow-helpers to main January 2, 2025 19:10
@XanthosXanthopoulos XanthosXanthopoulos force-pushed the xan/sc-59427/soma-attribute branch from b0a1976 to 3faefd9 Compare January 2, 2025 20:56
Copy link

codecov bot commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.32%. Comparing base (9e7a461) to head (3faefd9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3426      +/-   ##
==========================================
+ Coverage   86.27%   86.32%   +0.04%     
==========================================
  Files          55       55              
  Lines        6340     6340              
==========================================
+ Hits         5470     5473       +3     
+ Misses        870      867       -3     
Flag Coverage Δ
python 86.32% <ø> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
python_api 86.32% <ø> (+0.04%) ⬆️
libtiledbsoma ∅ <ø> (∅)

@jp-dark jp-dark requested a review from johnkerl January 2, 2025 21:14
@jp-dark jp-dark dismissed johnkerl’s stale review January 3, 2025 16:07

All change requests were addressed.

@jp-dark jp-dark merged commit c5ed9da into main Jan 3, 2025
26 checks passed
@jp-dark jp-dark deleted the xan/sc-59427/soma-attribute branch January 3, 2025 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[c++] Add an abstraction layer between SOMA columns and TileDB dimensions and attributes
3 participants