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

Open
wants to merge 7 commits into
base: xan/sc-sc-59427/soma-dimension
Choose a base branch
from

Conversation

XanthosXanthopoulos
Copy link
Collaborator

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
class SOMAAttribute : public virtual SOMAColumn {
public:
/**
* Create a ``SOMAAttribute`` shared pointer from an arrow schema
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Create a ``SOMAAttribute`` shared pointer from an arrow schema
* Create a ``SOMAAttribute`` shared pointer from an Arrow schema

@jp-dark jp-dark self-requested a review December 23, 2024 16:10
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
2 participants