◆ ParseInfo()
| duckdb::ParseInfo::ParseInfo |
( |
ParseInfoType |
info_type | ) |
|
|
inlineexplicit |
28083 : info_type(info_type) {
28084 }
◆ ~ParseInfo()
| virtual duckdb::ParseInfo::~ParseInfo |
( |
| ) |
|
|
inlinevirtual |
◆ Cast() [1/2]
| TARGET & duckdb::ParseInfo::Cast |
( |
| ) |
|
|
inline |
28092 {
28093 DynamicCastCheck<TARGET>(this);
28094 return reinterpret_cast<TARGET &>(*this);
28095 }
◆ Cast() [2/2]
28098 {
28099 DynamicCastCheck<TARGET>(this);
28100 return reinterpret_cast<const TARGET &>(*this);
28101 }
The documentation for this struct was generated from the following file: