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

Method GetPrimaryKeysSchema

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

Source from the content-addressed store, hash-verified

439}
440
441arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetPrimaryKeysSchema(
442 const FlightCallOptions& options) {
443 flight_sql_pb::CommandGetPrimaryKeys command;
444 return GetSchemaForCommand(this, options, command);
445}
446
447arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetExportedKeys(
448 const FlightCallOptions& options, const TableRef& table_ref) {

Callers 1

Calls 1

GetSchemaForCommandFunction · 0.85

Tested by 1