[][src]Module stellar_sql::sql::symbol

Structs

SYMBOLS

A static struct of token hashmap storing all tokens

Symbol

Enums

Group
Token

Token includes keywords, functions, and data types (by alphabetical order)

Statics

SYMBOLS

Functions

check_multi_keywords_front

Check if the word is the first word of any multi-word keywords, and then return how many words of all possible keywords. ex: alter could be alter table and alter column, so return Some(vec![2]) is could be is null and is not null, so return Some(vec![2, 3])

sym