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

Method GetTablesSchema

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

Source from the content-addressed store, hash-verified

415}
416
417arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetTablesSchema(
418 const FlightCallOptions& options, bool include_schema) {
419 flight_sql_pb::CommandGetTables command;
420 command.set_include_schema(include_schema);
421 return GetSchemaForCommand(this, options, command);
422}
423
424arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetPrimaryKeys(
425 const FlightCallOptions& options, const TableRef& table_ref) {

Callers 1

Calls 1

GetSchemaForCommandFunction · 0.85

Tested by 1