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

Nullable attribute result size estimation APIs #1945

Merged
merged 1 commit into from
Dec 8, 2020

Conversation

joe-maley
Copy link
Contributor

This adds the C/C++ APIs for getting estimated result sizes. Note that this
API will error-out at runtime for rest arrays because we don't currently have
a REST API for this.

Contains a bug-fix and some clean up in the estimation logic in subarray.cc.

tiledb/sm/c_api/tiledb.h Outdated Show resolved Hide resolved
tiledb/sm/cpp_api/query.h Outdated Show resolved Hide resolved
tiledb/sm/cpp_api/query.h Outdated Show resolved Hide resolved
tiledb/sm/subarray/subarray.cc Outdated Show resolved Hide resolved
@joe-maley joe-maley force-pushed the jpm/estimate-null-result branch from 1547575 to 25cec8f Compare December 2, 2020 18:49
@joe-maley joe-maley changed the base branch from dev to jpm/consistent-est-cpp-api December 2, 2020 18:50
@joe-maley joe-maley force-pushed the jpm/estimate-null-result branch from 25cec8f to 1d36918 Compare December 2, 2020 19:08
@joe-maley joe-maley force-pushed the jpm/consistent-est-cpp-api branch 5 times, most recently from 8604b82 to 5b6f175 Compare December 7, 2020 19:11
@joe-maley joe-maley changed the base branch from jpm/consistent-est-cpp-api to dev December 8, 2020 14:57
This adds the C/C++ APIs for getting estimated result sizes. Note that this
API will error-out at runtime for rest arrays because we don't currently have
a REST API for this.
@joe-maley joe-maley force-pushed the jpm/estimate-null-result branch from 1d36918 to da0a1fc Compare December 8, 2020 14:59
@joe-maley joe-maley merged commit 97d4001 into dev Dec 8, 2020
@joe-maley joe-maley deleted the jpm/estimate-null-result branch December 8, 2020 17:38
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.

3 participants