#include <Execute.h>
Definition at line 292 of file Execute.h.
QueryMustRunOnCpu::QueryMustRunOnCpu |
( |
| ) |
|
|
inline |
Definition at line 294 of file Execute.h.
294 : std::runtime_error(
"Query must run in cpu mode.") {}
QueryMustRunOnCpu::QueryMustRunOnCpu |
( |
const std::string & |
err | ) |
|
|
inline |
Definition at line 296 of file Execute.h.
296 : 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