◆ ~LocalSourceState()
| virtual duckdb::LocalSourceState::~LocalSourceState |
( |
| ) |
|
|
inlinevirtual |
◆ Cast() [1/2]
| TARGET & duckdb::LocalSourceState::Cast |
( |
| ) |
|
|
inline |
22068 {
22069 DynamicCastCheck<TARGET>(this);
22070 return reinterpret_cast<TARGET &>(*this);
22071 }
◆ Cast() [2/2]
| const TARGET & duckdb::LocalSourceState::Cast |
( |
| ) |
const |
|
inline |
22073 {
22074 DynamicCastCheck<TARGET>(this);
22075 return reinterpret_cast<const TARGET &>(*this);
22076 }
The documentation for this class was generated from the following file: