◆ ~CompressedSegmentState()
| virtual duckdb::CompressedSegmentState::~CompressedSegmentState |
( |
| ) |
|
|
inlinevirtual |
◆ GetSegmentInfo()
| virtual string duckdb::CompressedSegmentState::GetSegmentInfo |
( |
| ) |
const |
|
inlinevirtual |
Display info for PRAGMA storage_info.
48720 {
48721 return "";
48722 }
◆ Cast() [1/2]
| TARGET & duckdb::CompressedSegmentState::Cast |
( |
| ) |
|
|
inline |
48725 {
48726 DynamicCastCheck<TARGET>(this);
48727 return reinterpret_cast<TARGET &>(*this);
48728 }
◆ Cast() [2/2]
| const TARGET & duckdb::CompressedSegmentState::Cast |
( |
| ) |
const |
|
inline |
48730 {
48731 DynamicCastCheck<TARGET>(this);
48732 return reinterpret_cast<const TARGET &>(*this);
48733 }
The documentation for this struct was generated from the following file: