◆ CompressionAppendState()
| duckdb::CompressionAppendState::CompressionAppendState |
( |
BufferHandle |
handle_p | ) |
|
|
inlineexplicit |
48737 : handle(std::move(handle_p)) {
48738 }
◆ ~CompressionAppendState()
| virtual duckdb::CompressionAppendState::~CompressionAppendState |
( |
| ) |
|
|
inlinevirtual |
◆ Cast() [1/2]
| TARGET & duckdb::CompressionAppendState::Cast |
( |
| ) |
|
|
inline |
48745 {
48746 DynamicCastCheck<TARGET>(this);
48747 return reinterpret_cast<TARGET &>(*this);
48748 }
◆ Cast() [2/2]
| const TARGET & duckdb::CompressionAppendState::Cast |
( |
| ) |
const |
|
inline |
48750 {
48751 DynamicCastCheck<TARGET>(this);
48752 return reinterpret_cast<const TARGET &>(*this);
48753 }
The documentation for this struct was generated from the following file: