Enum datafusion::dataframe::DataFrameError
[−]
[src]
pub enum DataFrameError { IoError(Error), ExecError(ExecutionError), InvalidColumn(String), NotImplemented, }
Variants
IoError(Error)
ExecError(ExecutionError)
InvalidColumn(String)
NotImplemented
Trait Implementations
impl Debug for DataFrameError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl From<ExecutionError> for DataFrameError
[src]
fn from(e: ExecutionError) -> Self
[src]
Performs the conversion.