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

Method GetImportedKeysSchema

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

Source from the content-addressed store, hash-verified

485}
486
487arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetImportedKeysSchema(
488 const FlightCallOptions& options) {
489 flight_sql_pb::CommandGetImportedKeys command;
490 return GetSchemaForCommand(this, options, command);
491}
492
493arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetCrossReference(
494 const FlightCallOptions& options, const TableRef& pk_table_ref,

Callers 1

Calls 1

GetSchemaForCommandFunction · 0.85

Tested by 1