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

Fragment metadata: adding get_tile_metadata. #4466

Merged
merged 2 commits into from
Oct 27, 2023
Merged

Conversation

KiterLuc
Copy link
Contributor

This adds the ability to get the tile metadata to later be used by the aggregates pipeline.


TYPE: IMPROVEMENT
DESC: Fragment metadata: adding get_tile_metadata.

This adds the ability to get the tile metadata to later be used by the aggregates pipeline.

---
TYPE: IMPROVEMENT
DESC: Fragment metadata: adding get_tile_metadata.
@KiterLuc KiterLuc force-pushed the lr/frag-md-full-tile-data branch from 9922008 to 0d40b78 Compare October 27, 2023 15:02
tiledb/sm/fragment/fragment_metadata.cc Outdated Show resolved Hide resolved
tiledb/sm/fragment/fragment_metadata.cc Outdated Show resolved Hide resolved
test/src/unit-tile-metadata.cc Outdated Show resolved Hide resolved
test/src/unit-tile-metadata.cc Outdated Show resolved Hide resolved

void create_array() {
// Create TileDB context
tiledb_ctx_t* ctx;
Copy link
Member

Choose a reason for hiding this comment

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

Should it use ctx_?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not here... ctx_ is a c++ object.

tiledb/sm/fragment/fragment_metadata.cc Outdated Show resolved Hide resolved
@KiterLuc KiterLuc force-pushed the lr/frag-md-full-tile-data branch from 3406ea7 to 595396d Compare October 27, 2023 15:29
@KiterLuc KiterLuc merged commit f04b453 into dev Oct 27, 2023
54 checks passed
@KiterLuc KiterLuc deleted the lr/frag-md-full-tile-data branch October 27, 2023 19:02
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.

2 participants