|
|
ExtraDropInfoType | info_type |
| |
◆ ExtraDropInfo()
| duckdb::ExtraDropInfo::ExtraDropInfo |
( |
ExtraDropInfoType |
info_type | ) |
|
|
inlineexplicit |
6710 : info_type(info_type) {
6711 }
◆ ~ExtraDropInfo()
| virtual duckdb::ExtraDropInfo::~ExtraDropInfo |
( |
| ) |
|
|
inlinevirtual |
◆ Cast() [1/2]
| TARGET & duckdb::ExtraDropInfo::Cast |
( |
| ) |
|
|
inline |
6719 {
6720 DynamicCastCheck<TARGET>(this);
6721 return reinterpret_cast<TARGET &>(*this);
6722 }
◆ Cast() [2/2]
6725 {
6726 DynamicCastCheck<TARGET>(this);
6727 return reinterpret_cast<const TARGET &>(*this);
6728 }
The documentation for this struct was generated from the following file:
- external/duckdb/duckdb.cpp