ilovesoup / hyracks

Automatically exported from code.google.com/p/hyracks
Apache License 2.0
0 stars 0 forks source link

Changing the search cursor for the BTree and the RTree #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, we have two methods: next() and hasNext().
It might be better if we merge them into one method and let the next() method 
return boolean value.

Original issue reported on code.google.com by salsuba...@gmail.com on 28 Jul 2011 at 4:46

GoogleCodeExporter commented 9 years ago
Changing this would require major changes to all cursors and there is no big 
benefit of doing that at this time.

Original comment by salsuba...@gmail.com on 11 Nov 2012 at 10:38