paleolimbot commented on code in PR #870:
URL: https://github.com/apache/arrow-adbc/pull/870#discussion_r1254485752
##########
c/driver/postgresql/statement.h:
##########
@@ -65,8 +77,11 @@ class TupleReader final {
PGconn* conn_;
PGresult* result_;
char* pgbuf_;
+ struct ArrowBufferView data_;
struct StringBuilder error_builder_;
std::unique_ptr<PostgresCopyStreamReader> copy_reader_;
+ int64_t row_id_;
+ int64_t array_size_hint_bytes_;
Review Comment:
Done!
--
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]