jcralmeida commented on a change in pull request #11982:
URL: https://github.com/apache/arrow/pull/11982#discussion_r783397059



##########
File path: cpp/src/arrow/flight/sql/server.h
##########
@@ -189,6 +193,25 @@ class ARROW_EXPORT FlightSqlServerBase : public 
FlightServerBase {
   virtual arrow::Result<std::unique_ptr<FlightDataStream>> DoGetCatalogs(
       const ServerCallContext& context);
 
+  /// \brief Gets a FlightInfo for retrieving other information (See TypeInfo).
+  /// \param[in] context      Per-call context.
+  /// \param[in] command      The GetTypeInfo object which may contain filter 
for
+  ///                         the date type to be search for.
+  /// \param[in] descriptor   The descriptor identifying the data stream.
+  /// \return                 Status.
+  virtual arrow::Result<std::unique_ptr<FlightInfo>> GetFlightInfoTypeInfo(
+      const ServerCallContext& context, const GetTypeInfo& command,
+      const FlightDescriptor& descriptor);
+
+  /// \brief Gets a FlightDataStream containing information about the data 
types
+  ///        supported.
+  /// \param[in] context  Per-call context.
+  /// \param[in] command      The GetTypeInfo object which may contain filter 
for

Review comment:
       Fixed




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