Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ SetQueryStatus
Method
SetQueryStatus
be/src/udf/udf.cc:88–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
class RuntimeState {
87
public:
88
void SetQueryStatus(const std::string& error_msg) {
89
assert(false);
90
}
91
92
bool abort_on_error() const {
93
assert(false);
Callers
1
SetError
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected