Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
I have occasionally been in situations where I want to pass in e.g. Int32Array or BooleanArray into a template that also can accept STL sequence types like std::vector<bool> – in such cases the main API of interest is []. Would there be interest in aliasing operator[] to return the result of GetView (or to deprecate GetView in favor of operator[])?
Attachments
Issue Links
- is blocked by
-
ARROW-7178 [C++] Vendor forward compatible std::optional
- Resolved
- links to