Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
270
fn get_error_code(err: &ArrowError) -> i32 {
Callers
1
get_last_error
Function · 0.80
Calls
2
get_private_data
Method · 0.80
as_ref
Method · 0.45
Tested by
no test coverage detected