MCPcopy 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

ExecuteMethod · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 7

TEST_FFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64