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

Method GetTables_V3

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

Source from the content-addressed store, hash-verified

203}
204
205std::shared_ptr<ResultSet> FlightSqlStatement::GetTables_V3(
206 const std::string* catalog_name, const std::string* schema_name,
207 const std::string* table_name, const std::string* table_type) {
208 ColumnNames column_names{"TABLE_CAT", "TABLE_SCHEM", "TABLE_NAME", "TABLE_TYPE",
209 "REMARKS"};
210
211 return GetTables(catalog_name, schema_name, table_name, table_type, column_names);
212}
213
214std::shared_ptr<ResultSet> FlightSqlStatement::GetColumns_V2(
215 const std::string* catalog_name, const std::string* schema_name,

Callers 1

GetTablesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected