Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0SDK
-
None
Description
Several operations, including asList in select, need to return the size of an iterator. There are multiple ways this could be computed depending on the kind of iterator, with varying efficiencies. Add a virtual method with various impls for this.