Enum datafusion::parser::ParserError [] [src]

pub enum ParserError {
    TokenizerError(String),
    ParserError(String),
}

Variants

Trait Implementations

impl Debug for ParserError
[src]

[src]

Formats the value using the given formatter.

impl Clone for ParserError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more