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

Method GetVendor

cpp/src/arrow/flight/sql/odbc/odbc_impl/diagnostics.cc:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45std::string Diagnostics::GetDataSourceComponent() const { return data_source_component_; }
46
47std::string Diagnostics::GetVendor() const { return vendor_; }
48
49void Diagnostics::AddError(const DriverException& exception) {
50 auto record = std::unique_ptr<DiagnosticsRecord>(new DiagnosticsRecord{

Callers 3

ODBCDescriptorMethod · 0.80
ODBCEnvironmentMethod · 0.80
SetODBCVersionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected