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

Method GetXdbcTypeInfoSchema

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

Source from the content-addressed store, hash-verified

550}
551
552arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetXdbcTypeInfoSchema(
553 const FlightCallOptions& options) {
554 flight_sql_pb::CommandGetXdbcTypeInfo command;
555 return GetSchemaForCommand(this, options, command);
556}
557
558arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetSqlInfo(
559 const FlightCallOptions& options, const std::vector<int>& sql_info) {

Callers 1

Calls 1

GetSchemaForCommandFunction · 0.85

Tested by 1