You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARROW-6847: [C++] Add range_expression adapter to Iterator
Allows `Iterator<T>` to be used in a range-for loop
Closesapache#5621 from bkietz/6847-Add-a-range-expression-in and squashes the following commits:
927ae0f <Benjamin Kietzman> document equality comparability of Iterator (necessary for Iterator of Iterators)
5ad05d2 <Benjamin Kietzman> add ToStringOstreamable mixin for automatically defining operator<<
def95f1 <Benjamin Kietzman> added EqualityComparable helper for defining equality comparison consistently
e020e34 <Benjamin Kietzman> refactor to iterate over Result<>
a9537ef <Benjamin Kietzman> add test for failing iterator
fda9326 <Benjamin Kietzman> ARROW-6847: Add range_expression adapter to Iterator
Authored-by: Benjamin Kietzman <bengilgit@gmail.com>
Signed-off-by: François Saint-Jacques <fsaintjacques@gmail.com>
0 commit comments