MCPcopy 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)]
42pub struct Ident(pub(crate) String);
43
44impl Ident {
45 /// Maximum length of an identifier in Materialize.

Callers 9

try_into_valueMethod · 0.85
lex_identFunction · 0.85
lex_quoted_identFunction · 0.85
newMethod · 0.85
new_lossyMethod · 0.85
new_uncheckedMethod · 0.85
try_generate_nameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected