pub type Result<T> = Result<T, Error>;Expand description
A specialized Result type for Arrow UDF operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ArrowError),
}pub type Result<T> = Result<T, Error>;A specialized Result type for Arrow UDF operations.
pub enum Result<T> {
Ok(T),
Err(ArrowError),
}