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

Add function and Fixed some question #230

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Add function and Fixed some question #230

wants to merge 6 commits into from

Conversation

cnangel
Copy link

@cnangel cnangel commented Feb 22, 2016

  • add new function sum, sum the number of objects that match the specified checks. This will return the number of objects counted by the search. If an error occurs during the sum, the sum may reflect a partial sum. The real sum will be higher than the returned value;
  • modify interface using latest of po6;
  • fixed memory leak of value_to_attributes in util.cc;
  • better free for hyperdex_client_destroy_attrs
  • add java and python interface

cnangel added 4 commits February 22, 2016 17:02
- add new function sum, sum the number of objects that match the specified checks. This will return the number of objects counted by the search. If an error occurs during the sum, the sum may reflect a partial sum. The real sum will be higher than the returned value;
- modify interface using latest of po6;
- fixed memory leak of value_to_attributes in util.cc;
- better free for hyperdex_client_destroy_attrs
- add java and python interface
@cnangel
Copy link
Author

cnangel commented Feb 28, 2016

some patch fixed again

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.

None yet

1 participant