lidavidm commented on code in PR #2153:
URL: https://github.com/apache/arrow-adbc/pull/2153#discussion_r1755941450
##########
c/driver/postgresql/postgres_type.h:
##########
@@ -183,6 +183,26 @@ class PostgresType {
const std::string& field_name() const { return field_name_; }
int64_t n_children() const { return static_cast<int64_t>(children_.size()); }
const PostgresType& child(int64_t i) const { return children_[i]; }
+ const std::string create_table_name() const {
Review Comment:
Should this be named TypeName or something? Not table name?
--
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]