Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Result in datafusion::common::arrow::error - Rust
[go: Go Back, main page]

Type Alias datafusion::common::arrow::error::Result

source ·
pub type Result<T> = Result<T, ArrowError>;

Aliased Type§

enum Result<T> {
    Ok(T),
    Err(ArrowError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(ArrowError)

Contains the error value