◆ CompressionState()
◆ ~CompressionState()
| virtual duckdb::CompressionState::~CompressionState |
( |
| ) |
|
|
inlinevirtual |
◆ Cast() [1/2]
| TARGET & duckdb::CompressionState::Cast |
( |
| ) |
|
|
inline |
48702 {
48703 DynamicCastCheck<TARGET>(this);
48704 return reinterpret_cast<TARGET &>(*this);
48705 }
◆ Cast() [2/2]
| const TARGET & duckdb::CompressionState::Cast |
( |
| ) |
const |
|
inline |
48707 {
48708 DynamicCastCheck<TARGET>(this);
48709 return reinterpret_cast<const TARGET &>(*this);
48710 }
The documentation for this struct was generated from the following file: