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

Method GetTableTypesSchema

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

Source from the content-addressed store, hash-verified

528}
529
530arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetTableTypesSchema(
531 const FlightCallOptions& options) {
532 flight_sql_pb::CommandGetTableTypes command;
533 return GetSchemaForCommand(this, options, command);
534}
535
536arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetXdbcTypeInfo(
537 const FlightCallOptions& options) {

Callers 1

Calls 1

GetSchemaForCommandFunction · 0.85

Tested by 1