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

[][src]Enum datafusion::execution::error::ExecutionError

pub enum ExecutionError {
    IoError(Error),
    ParserError(ParserError),
    General(String),
    InvalidColumn(String),
    NotImplemented(&'static str),
    ArrowError(ArrowError),
    ExecutionError(String),
}

Variants

Trait Implementations

impl From<Error> for ExecutionError
[src]

impl From<String> for ExecutionError
[src]

impl From<&'static str> for ExecutionError
[src]

impl From<ArrowError> for ExecutionError
[src]

impl From<ParserError> for ExecutionError
[src]

impl Debug for ExecutionError
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]