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 f3e267e commit 4395e8aCopy full SHA for 4395e8a
cpp/src/arrow/flight/sql/odbc/odbc_impl/flight_sql_result_set_metadata.h
@@ -87,7 +87,7 @@ class FlightSqlResultSetMetadata : public ResultSetMetadata {
87
88
Searchability IsSearchable(int column_position) override;
89
90
- /// \brief Returns true if the column is unsigned (not numeric)
+ /// \brief Return true if the column is unsigned or not numeric
91
bool IsUnsigned(int column_position) override;
92
93
bool IsFixedPrecScale(int column_position) override;
0 commit comments