#include <Execute.h>
Definition at line 313 of file Execute.h.
QueryMustRunOnCpu::QueryMustRunOnCpu |
( |
| ) |
|
|
inline |
Definition at line 315 of file Execute.h.
315 : std::runtime_error(
"Query must run in cpu mode.") {}
QueryMustRunOnCpu::QueryMustRunOnCpu |
( |
const std::string & |
err | ) |
|
|
inline |
Definition at line 317 of file Execute.h.
317 : std::runtime_error(err) {}
The documentation for this class was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/QueryEngine/Execute.h