◆ CatalogLookup() [1/2]
| duckdb::CatalogLookup::CatalogLookup |
( |
Catalog & |
catalog, |
|
|
CatalogType |
catalog_type, |
|
|
string |
schema_p, |
|
|
string |
name_p |
|
) |
| |
|
inline |
7452 : catalog(catalog), schema(std::move(schema_p)), name(std::move(name_p)), lookup_info(catalog_type, name) {
7453 }
◆ CatalogLookup() [2/2]
7455 : catalog(catalog), schema(std::move(schema_p)), name(lookup_p.GetEntryName()), lookup_info(lookup_p, name) {
7456 }
The documentation for this struct was generated from the following file:
- external/duckdb/duckdb.cpp