Skip to content

Commit 12c0d6f

Browse files
authored
Resolve doxygen error
Minor Doxygen Fix For Python CI AMD64 Conda Python 3.12 Sphinx Documentation.
1 parent 053c313 commit 12c0d6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/src/arrow/flight/sql/odbc/odbc_impl/spi/result_set_metadata.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ class ResultSetMetadata {
142142

143143
/// \brief It returns the data type as a string.
144144
/// \param column_position [in] the position of the column, starting from 1.
145+
/// \param data_type [in] the data type of the column.
145146
/// \return the data type string.
146147
virtual std::string GetTypeName(int column_position, int data_type) = 0;
147148

0 commit comments

Comments
 (0)