Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Simplify the implementation of the feature of the select API to create iterators which can bypass type order. Make a universal iterator(orderNotNeeded, ignoreType) API, pushing the implementation of these into the iterator framework (instead of subiterator impl). Change subiterator impl to focus on boundaries and iteration styles (strict, unambiguous, etc). Change select API to use new iterator creation apis.