We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053c313 commit 12c0d6fCopy full SHA for 12c0d6f
cpp/src/arrow/flight/sql/odbc/odbc_impl/spi/result_set_metadata.h
@@ -142,6 +142,7 @@ class ResultSetMetadata {
142
143
/// \brief It returns the data type as a string.
144
/// \param column_position [in] the position of the column, starting from 1.
145
+ /// \param data_type [in] the data type of the column.
146
/// \return the data type string.
147
virtual std::string GetTypeName(int column_position, int data_type) = 0;
148
0 commit comments