Commits


Pradeep Garigipati authored and Antoine Pitrou committed 09629578be2
ARROW-6276: [C++] Add operator[] for some arrow classes The following classes have now an additional operator[](int64_t) overload that fetches ith element. - BooleanArray - NumericArray - DayTimeIntervalArray - MonthDayNanoIntervalArray - BaseBinaryArray - FixedSizeBinaryArray Closes #11694 from 9prady9/ARROW-6276-Add-operator-to-some-concrete-Array-impl Lead-authored-by: Pradeep Garigipati <pradeep.garigipati@gmail.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>