-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify C++ API Query::est_result_size_var
This changes the return type and return values for `Query::est_result_size_var`. Currently, the size estimate for the values are returned in bytes while the size estimate for the offsets are returned in elements. For consistency, this API now returns both the size estimates as bytes. This is breaking behavior. To make the breaking behavior more obvious, we have modified the return type from an `std::pair` to an `std::array`. We chose to make both of these size estimates return as bytes rather than elements to stay consistent with the existing `Query::est_result_size` for fixed-size attributes.
- Loading branch information
Joe Maley
committed
Dec 7, 2020
1 parent
e7a1287
commit 5b6f175
Showing
5 changed files
with
36 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters