|
|
ExtraPersistentColumnDataType | type |
| |
◆ ExtraPersistentColumnData()
| duckdb::ExtraPersistentColumnData::ExtraPersistentColumnData |
( |
ExtraPersistentColumnDataType |
type_p | ) |
|
|
inlineexplicitprotected |
49520 : type(type_p) {
49521 }
◆ GetType()
| ExtraPersistentColumnDataType duckdb::ExtraPersistentColumnData::GetType |
( |
| ) |
const |
|
inline |
49497 {
49498 return type;
49499 }
◆ Cast() [1/2]
| TARGET & duckdb::ExtraPersistentColumnData::Cast |
( |
| ) |
|
|
inline |
49504 {
49505 D_ASSERT(type == TARGET::TYPE);
49506 DynamicCastCheck<TARGET>(this);
49507 return reinterpret_cast<TARGET &>(*this);
49508 }
◆ Cast() [2/2]
| const TARGET & duckdb::ExtraPersistentColumnData::Cast |
( |
| ) |
const |
|
inline |
49510 {
49511 D_ASSERT(type == TARGET::TYPE);
49512 DynamicCastCheck<TARGET>(this);
49513 return reinterpret_cast<const TARGET &>(*this);
49514 }
The documentation for this class was generated from the following file: