``` select * from t where user = 'test'; ``` here user is treated as keyword. https://github.com/apache/datafusion-sqlparser-rs/blob/474150006fc8dd299bfa212321206263de0f4290/src/parser/mod.rs#L1113