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.

impl From<ExecutionError> for DataFrameError
[src]

[src]

Performs the conversion.

impl From<Error> for DataFrameError
[src]

[src]

Performs the conversion.