Enum datafusion::parser::ParserError
[−]
[src]
pub enum ParserError { TokenizerError(String), ParserError(String), }
Variants
TokenizerError(String)
ParserError(String)
Trait Implementations
impl From<ParserError> for ExecutionError
[src]
fn from(e: ParserError) -> Self
[src]
Performs the conversion.
impl Debug for ParserError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for ParserError
[src]
fn clone(&self) -> ParserError
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more