◆ ~SegmentScanState()
| virtual duckdb::SegmentScanState::~SegmentScanState |
( |
| ) |
|
|
inlinevirtual |
◆ Cast() [1/2]
| TARGET & duckdb::SegmentScanState::Cast |
( |
| ) |
|
|
inline |
74861 {
74862 DynamicCastCheck<TARGET>(this);
74863 return reinterpret_cast<TARGET &>(*this);
74864 }
◆ Cast() [2/2]
| const TARGET & duckdb::SegmentScanState::Cast |
( |
| ) |
const |
|
inline |
74866 {
74867 DynamicCastCheck<TARGET>(this);
74868 return reinterpret_cast<const TARGET &>(*this);
74869 }
The documentation for this struct was generated from the following file:
- external/duckdb/duckdb.cpp