Struct datafusion::sqltokenizer::TokenizerError[][src]

pub struct TokenizerError(_);

Tokenizer error

Trait Implementations

impl From<TokenizerError> for ParserError
[src]

Performs the conversion.

impl Debug for TokenizerError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations