1. f90fcef Added javadocs by vinayakb · 13 years ago
  2. 44050ae Merged -r598:599 from trunk by vinayakb · 13 years ago
  3. e8fc473 Merged hyracks_dev_next into this branch. Fixed a bug in the BTree interior node where deletion would happen incorrectly if that node was the root, and if was last existing key was deleted. by alexander.behm · 13 years ago
  4. 9f5d994 Finished cleaning up the BTreeNSMInteriorNode. by alexander.behm · 13 years ago
  5. 2d31b3a Removed MultiComparator from more API calls in ITreeIndexFrame. by alexander.behm · 13 years ago
  6. ff74107 Made IPrimitiveValueProviders an RTree internal thing for better encapsulation. Also removed them from MultiComparator in my quest to clean up the MultiComparator. by alexander.behm · 13 years ago
  7. f0fcc53 Fixed RTree after cleaning up TreeIndex interfaces. Fixed bugs in the BTree while doing more cleaning. by alexander.behm · 13 years ago
  8. 923d356 Finished BTree update. Improved BTree tests. by alexander.behm · 13 years ago
  9. e7e16c9 Added a bunch of utility functions and classes related to serdes, comparators and tuples. Finished new BTree insert test while laying the groundwork for the other new tests. by alexander.behm · 13 years ago
  10. 6708454 Refactoring BTree tests to reduce duplicate code and improve readability. by alexander.behm · 13 years ago
  11. 27ac5dc Reverted a change to the constructor definition by salsubaiee · 13 years ago
  12. f787877 Added fail() call to IFrameWriter by vinayakb · 13 years ago
  13. 294bd9d Allowed the r-tree to have keys of type double, float, or integer. by salsubaiee · 13 years ago
  14. d0f1ffb Merged 500:541 from trunk by vinayakb · 13 years ago
  15. 1774c50 Merged r432 from trunk by vinayakb · 13 years ago
  16. 9d475a8 Merged -r 402 from trunk by vinayakb · 13 years ago
  17. 646e1ef Merged -r 356:400 from trunk by vinayakb · 13 years ago
  18. ceb312d Added sort-merge collector. tests pass by vinayakb · 13 years ago
  19. e809eb0 Partial commit. Code compiles, but not complete by vinayakb · 13 years ago
  20. 74c7207 Merged r289:290 from the hyracks_io_management branch by vinayakb · 14 years ago
  21. f75b793 Merged online_aggregation @186:220 by vinayakb · 14 years ago
  22. d6776ae Added IntegerNormalizedKeyComputer by vinayakb · 14 years ago
  23. 8134053 Changed WritableComparingComparatorFactory to use RawComparator. Changed FrameTupleAppender to accept IFrameTupleAccessor. by vinayakb · 14 years ago
  24. 21dcd60 Fixed bug in IntegerParserFactory by vinayakb · 14 years ago
  25. 424e1ae Optimized in-memory sorting. Added Eclipse project files by vinayakb · 14 years ago
  26. 97ceca9 Refactored IOperatorNodePushable to be extended for multiple inputs by vinayakb · 14 years ago
  27. 6fe3943 changed btree api to use ITupleReference instead of byte[] but still assuming length is present in serialized fields (will fix next) by alexander.behm · 14 years ago
  28. 0027ad9b Added ITupleReference by vinayakb · 14 years ago
  29. 824a36d Added flush call to IFrameWriter by vinayakb · 14 years ago
  30. be6efa1 Moved repository to obelix. Added TupleReference classes by vinayakb · 14 years ago
  31. 7e5f1c2 Added reset call to ArrayBackedValueStorage by vinayakb · 14 years ago
  32. 9de6fec Added data accessors to help with binary data handling by vinayakb · 14 years ago
  33. 72cc822 Moved to filescanners that do not need object construction by vinayakb · 14 years ago
  34. 32c3869 Added application support. Added examples. Added CLI by vinayakb · 14 years ago
  35. 47c2f43 Renamed packages in dataflow-common by vinayakb · 14 years ago
  36. 847471c Refactored Hyracks into runtime/dataflow-common/dataflow-std/server by vinayakb · 14 years ago