◆ ~ReplacementScanData()
| virtual duckdb::ReplacementScanData::~ReplacementScanData |
( |
| ) |
|
|
inlinevirtual |
◆ Cast() [1/2]
| TARGET & duckdb::ReplacementScanData::Cast |
( |
| ) |
|
|
inline |
38681 {
38682 DynamicCastCheck<TARGET>(this);
38683 return reinterpret_cast<TARGET &>(*this);
38684 }
◆ Cast() [2/2]
| const TARGET & duckdb::ReplacementScanData::Cast |
( |
| ) |
const |
|
inline |
38686 {
38687 DynamicCastCheck<TARGET>(this);
38688 return reinterpret_cast<const TARGET &>(*this);
38689 }
The documentation for this struct was generated from the following file: