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

Enum datafusion::dataframe::DataFrameError [] [src]

pub enum DataFrameError {
    IoError(Error),
    ExecError(ExecutionError),
    InvalidColumn(String),
    NotImplemented,
}

Variants

Trait Implementations

impl Debug for DataFrameError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<ExecutionError> for DataFrameError
[src]

[src]

Performs the conversion.

impl From<Error> for DataFrameError
[src]

[src]

Performs the conversion.

Auto Trait Implementations