alinaliBQ commented on code in PR #48036:
URL: https://github.com/apache/arrow/pull/48036#discussion_r2511741825


##########
cpp/src/arrow/flight/sql/odbc/odbc_impl/odbc_statement.h:
##########
@@ -80,6 +80,9 @@ class ODBCStatement : public ODBCHandle<ODBCStatement> {
   bool GetData(SQLSMALLINT record_number, SQLSMALLINT c_type, SQLPOINTER 
data_ptr,
                SQLLEN buffer_length, SQLLEN* indicator_ptr);
 
+  /// \brief Return number of columns from data set
+  void GetColumnCount(SQLSMALLINT* column_count_ptr);
+
   /**
    * @brief Closes the cursor. This does _not_ un-prepare the statement or 
change
    * bindings.

Review Comment:
   The other `@brief` usages will be changed in their respective PRs



-- 
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]

Reply via email to