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