MCPcopy Create free account
hub / github.com/apache/arrow-rs / get_last_error

Method get_last_error

arrow-array/src/ffi_stream.rs:265–267  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

263 }
264
265 pub fn get_last_error(&mut self) -> Option<&CString> {
266 self.get_private_data().last_error.as_ref()
267 }
268}
269
270fn get_error_code(err: &ArrowError) -> i32 {

Callers 1

get_last_errorFunction · 0.80

Calls 2

get_private_dataMethod · 0.80
as_refMethod · 0.45

Tested by

no test coverage detected