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

Method DropTestTable

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

Source from the content-addressed store, hash-verified

395}
396
397void ODBCMockTestBase::DropTestTable() {
398 ASSERT_OK(mock_server->ExecuteSql("DROP TABLE TestTable;"));
399}
400
401void ODBCMockTestBase::CreateAllDataTypeTable() {
402 // Limitation on mock SQLite server:

Callers

nothing calls this directly

Calls 1

ExecuteSqlMethod · 0.45

Tested by

no test coverage detected