Commits


Anatoly Myachev authored and Wes McKinney committed 863b926b617
ARROW-653: [Python / C++] Add debugging function to print an array's buffer contents in hexadecimal Author: Anatoly Myachev <anatoly.myachev@intel.com> Closes #4310 from anmyachev/print_func and squashes the following commits: d3236d7be <Anatoly Myachev> added doc-strings fea82b9e8 <Anatoly Myachev> added a byte > 128 ebdf126cf <Anatoly Myachev> changed: 'e' -> 'E' in expected hex string c4bf288b9 <Anatoly Myachev> added test 'ToHexString' func in c++ part 0f472357d <Anatoly Myachev> removed unnecessary headers dc9b58921 <Anatoly Myachev> added 'test_buffer_hex' in 'python/pyarrow/tests/test_io.py' a2de6b21d <Anatoly Myachev> using HexEncode; renamed 'ToHexString' -> 'hex' in pyarrow.Buffer 7af18471e <Anatoly Myachev> renamed function 'print' -> 'ToHexString'; this func returns std::string now 7d945eb55 <Anatoly Myachev> added 'print' method to Buffer class