◆ MaxThreads()
| virtual idx_t duckdb::GlobalTableFunctionState::MaxThreads |
( |
| ) |
const |
|
inlinevirtual |
26209 {
26210 return 1;
26211 }
◆ Cast() [1/2]
| TARGET & duckdb::GlobalTableFunctionState::Cast |
( |
| ) |
|
|
inline |
26214 {
26215 DynamicCastCheck<TARGET>(this);
26216 return reinterpret_cast<TARGET &>(*this);
26217 }
◆ Cast() [2/2]
| const TARGET & duckdb::GlobalTableFunctionState::Cast |
( |
| ) |
const |
|
inline |
26219 {
26220 DynamicCastCheck<TARGET>(this);
26221 return reinterpret_cast<const TARGET &>(*this);
26222 }
The documentation for this struct was generated from the following file: