#include <ErrorHandling.h>
|
static std::string | toString (int32_t error_code) |
|
Definition at line 30 of file ErrorHandling.h.
QueryExecutionError::QueryExecutionError |
( |
const ErrorCode |
error_code, |
|
|
const std::string & |
e |
|
) |
| |
|
inline |
Definition at line 32 of file ErrorHandling.h.
33 : std::runtime_error(std::string(
"Query execution failed with error code ") +
QueryExecutionError::QueryExecutionError |
( |
const ErrorCode |
error_code, |
|
|
const std::string & |
e, |
|
|
const QueryExecutionProperties & |
execution_properties |
|
) |
| |
|
inline |
Definition at line 37 of file ErrorHandling.h.
40 : std::runtime_error(std::string(
"Query execution failed with error code ") +
boost::optional< QueryExecutionProperties > execution_props_
QueryExecutionError::QueryExecutionError |
( |
const ErrorCode |
error_code, |
|
|
const QueryExecutionProperties & |
execution_properties |
|
) |
| |
|
inline |
Definition at line 45 of file ErrorHandling.h.
47 : std::runtime_error(std::string(
"Query execution failed with error code ") +
boost::optional< QueryExecutionProperties > execution_props_
QueryExecutionError::QueryExecutionError |
( |
const ErrorCode |
error_code | ) |
|
|
inline |
Definition at line 52 of file ErrorHandling.h.
53 : std::runtime_error(std::string(
"Query execution failed with error code ") +
QueryExecutionError::QueryExecutionError |
( |
const int32_t |
error_code | ) |
|
|
inline |
Definition at line 58 of file ErrorHandling.h.
59 : std::runtime_error(
"Query execution failed with error code " +
static std::string toString(int32_t error_code)
int32_t QueryExecutionError::getErrorCode |
( |
| ) |
const |
|
inline |
bool QueryExecutionError::hasErrorCode |
( |
ErrorCode const |
ec | ) |
const |
|
inline |
Definition at line 65 of file ErrorHandling.h.
References error_code_.
Referenced by ColumnarResults::compactAndCopyEntriesWithoutTargetSkipping(), ColumnarResults::compactAndCopyEntriesWithTargetSkipping(), RelAlgExecutor::executeRelAlgQueryNoRetry(), RelAlgExecutor::executeTableFunction(), Executor::executeWorkUnitImpl(), RelAlgExecutor::getNDVEstimation(), import_export::import_thread_shapefile(), ColumnarResults::locateAndCountEntries(), ColumnarResults::materializeAllColumnsThroughIteration(), ColumnarResults::materializeAllLazyColumns(), and DBHandler::sql_execute_impl().
static std::string QueryExecutionError::toString |
( |
int32_t |
error_code | ) |
|
|
inlinestatic |
bool QueryExecutionError::wasMultifragKernelLaunch |
( |
| ) |
const |
|
inline |
int32_t QueryExecutionError::error_code_ |
|
protected |
The documentation for this class was generated from the following file: