Module datatype_parse

Source

Structsยง

Parser ๐Ÿ”’
Implementation of parse_data_type, modeled after https://github.com/sqlparser-rs/sqlparser-rs
Tokenizer ๐Ÿ”’
Splits a strings like Dictionary(Int32, Int64) into tokens sutable for parsing

Enumsยง

Token ๐Ÿ”’
Grammar is

Functionsยง

is_separator ๐Ÿ”’
returns true if this character is a separator
make_error ๐Ÿ”’
make_error_expected ๐Ÿ”’
parse_data_type ๐Ÿ”’

Type Aliasesยง

ArrowResult ๐Ÿ”’