Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ Ident
Class
Ident
src/sql-parser/src/ast/defs/name.rs:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
Deserialize
41
)]
42
pub struct Ident(pub(crate) String);
43
44
impl Ident {
45
/// Maximum length of an identifier in Materialize.
Callers
9
fold_with_option_value
Method · 0.85
try_into_value
Method · 0.85
lex_ident
Function · 0.85
lex_quoted_ident
Function · 0.85
parse_set_variable_value
Method · 0.85
new
Method · 0.85
new_lossy
Method · 0.85
new_unchecked
Method · 0.85
try_generate_name
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected