◆ ~GlobalOperatorState()
| virtual duckdb::GlobalOperatorState::~GlobalOperatorState |
( |
| ) |
|
|
inlinevirtual |
◆ Cast() [1/2]
| TARGET & duckdb::GlobalOperatorState::Cast |
( |
| ) |
|
|
inline |
21981 {
21982 DynamicCastCheck<TARGET>(this);
21983 return reinterpret_cast<TARGET &>(*this);
21984 }
◆ Cast() [2/2]
| const TARGET & duckdb::GlobalOperatorState::Cast |
( |
| ) |
const |
|
inline |
21986 {
21987 DynamicCastCheck<TARGET>(this);
21988 return reinterpret_cast<const TARGET &>(*this);
21989 }
◆ MaxThreads()
21991 {
21992 return source_max_threads;
21993 }
The documentation for this class was generated from the following file: