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

Method GetConnectionString

cpp/src/arrow/flight/sql/odbc/tests/odbc_test_suite.cc:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166std::string ODBCTestBase::GetConnectionString() {
167 std::string connect_str =
168 arrow::internal::GetEnvVar(kTestConnectStr.data()).ValueOr("");
169 return connect_str;
170}
171
172std::string ODBCTestBase::GetInvalidConnectionString() {
173 std::string connect_str = GetConnectionString();

Callers 3

TYPED_TESTFunction · 0.80
TYPED_TESTFunction · 0.80
TYPED_TESTFunction · 0.80

Calls 4

GetEnvVarFunction · 0.85
to_stringFunction · 0.85
ValueOrMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected