Commits


Wes McKinney authored and Antoine Pitrou committed 46a17cba19a
ARROW-8111: [C++] User-defined timestamp parser option to CSV, new TimestampParser interface, and strptime-compatible impl This builds on the work from #6631 while adding unit tests and additional benchmarks. I also renamed arrow/util/parsing.h to arrow/util/value_parsing.h to make it slightly more discoverable. Closes #7088 from wesm/ARROW-8111 Lead-authored-by: Wes McKinney <wesm+git@apache.org> Co-authored-by: Antoine Pitrou <antoine@python.org> Co-authored-by: Alexey Prutskov <alexey.prutskov@intel.com> Co-authored-by: Artem Alekseev <artem.alekseev@intel.com> Signed-off-by: Antoine Pitrou <antoine@python.org>