| Value | Meaning |
|---|---|
| invalid'\xFF' | garbage, apparently something is broken should you encounter this type in an actual token |
| column'c' | |
| columnTable't' | |
| placeholder'?' | |
| comparisonOperator'o' | a ComparisonOperator, for the actual operator see Token.data.op |
| and'&' | |
| or'|' | |
| not'!' | |
| leftParenthesis'(' | |
| rightParenthesis')' |
Token types