Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ get_error
Method
get_error
cpp/src/gandiva/execution_context.h:31–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
explicit ExecutionContext(arrow::MemoryPool* pool = arrow::default_memory_pool())
30
: arena_(pool) {}
31
std::string get_error() const { return error_msg_; }
32
33
void set_error_msg(const char* error_msg) {
34
// Remember the first error only.
Callers
8
Execute
Method · 0.80
TEST_F
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST_F
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
7
TEST_F
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST_F
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64