mz_
sql_
lexer
0.0.0
In mz_
sql_
lexer::
lexer
Macros
bail
Structs
LexerError
PosToken
Enums
Token
Constants
MAX_IDENTIFIER_LENGTH
Functions
lex
lex_dollar_string
lex_extended_string
lex_ident
lex_line_comment
lex_multiline_comment
lex_number
lex_op
lex_parameter
lex_quoted_ident
lex_string
lex_to_adjacent_string
Type Aliases
IdentString
mz_sql_lexer
::
lexer
Constant
MAX_IDENTIFIER_LENGTH
Copy item path
Settings
Help
Summary
Source
pub const MAX_IDENTIFIER_LENGTH:
usize
= 255;
Expand description
Maximum allowed identifier length in bytes.