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::error - Rust
[go: Go Back, main page]

datafusion::error

Type Alias Result

Source
pub type Result<T, E = DataFusionError> = Result<T, E>;
Expand description

Result type for operations that could result in an DataFusionError

Aliased Type§

enum Result<T, E = DataFusionError> {
    Ok(T),
    Err(E),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(E)

Contains the error value