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

Method GetExportedKeysSchema

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

Source from the content-addressed store, hash-verified

462}
463
464arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetExportedKeysSchema(
465 const FlightCallOptions& options) {
466 flight_sql_pb::CommandGetExportedKeys command;
467 return GetSchemaForCommand(this, options, command);
468}
469
470arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetImportedKeys(
471 const FlightCallOptions& options, const TableRef& table_ref) {

Callers 1

Calls 1

GetSchemaForCommandFunction · 0.85

Tested by 1