MCPcopy Create free account
hub / github.com/apache/arrow / GetXdbcTypeInfo

Method GetXdbcTypeInfo

cpp/src/arrow/flight/sql/client.cc:536–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetXdbcTypeInfo(
537 const FlightCallOptions& options) {
538 flight_sql_pb::CommandGetXdbcTypeInfo command;
539
540 return GetFlightInfoForCommand(this, options, command);
541}
542
543arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetXdbcTypeInfo(
544 const FlightCallOptions& options, int data_type) {

Callers 3

GetTypeInfo_V2Method · 0.80
GetTypeInfo_V3Method · 0.80

Calls 1

GetFlightInfoForCommandFunction · 0.70

Tested by 1