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

Method GetCrossReferenceSchema

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

Source from the content-addressed store, hash-verified

515}
516
517arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetCrossReferenceSchema(
518 const FlightCallOptions& options) {
519 flight_sql_pb::CommandGetCrossReference command;
520 return GetSchemaForCommand(this, options, command);
521}
522
523arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetTableTypes(
524 const FlightCallOptions& options) {

Callers 1

Calls 1

GetSchemaForCommandFunction · 0.85

Tested by 1