vibhatha commented on code in PR #12590:
URL: https://github.com/apache/arrow/pull/12590#discussion_r854119065
##########
cpp/src/arrow/datum.h:
##########
@@ -283,6 +283,8 @@ struct ARROW_EXPORT Datum {
std::string ToString() const;
ARROW_EXPORT friend void PrintTo(const Datum&, std::ostream*);
+
+ ARROW_EXPORT std::string ToString(Datum::Kind kind);
Review Comment:
We can do that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]