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

Method GetTables_V2

cpp/src/arrow/flight/sql/odbc/odbc_impl/flight_sql_statement.cc:196–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196std::shared_ptr<ResultSet> FlightSqlStatement::GetTables_V2(
197 const std::string* catalog_name, const std::string* schema_name,
198 const std::string* table_name, const std::string* table_type) {
199 ColumnNames column_names{"TABLE_QUALIFIER", "TABLE_OWNER", "TABLE_NAME", "TABLE_TYPE",
200 "REMARKS"};
201
202 return GetTables(catalog_name, schema_name, table_name, table_type, column_names);
203}
204
205std::shared_ptr<ResultSet> FlightSqlStatement::GetTables_V3(
206 const std::string* catalog_name, const std::string* schema_name,

Callers 2

TestGetTablesV2Function · 0.80
GetTablesMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestGetTablesV2Function · 0.64