MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / into_string

Method into_string

src/sql-parser/src/ast/defs/name.rs:371–373  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

369 }
370
371 pub fn into_string(self) -> String {
372 self.0
373 }
374}
375
376/// More-or-less a direct translation of the Postgres function for doing the same thing:

Callers 15

identFunction · 0.45
fold_database_nameMethod · 0.45
try_from_valueMethod · 0.45
plan_set_variableFunction · 0.45
plan_create_subsourceFunction · 0.45
get_encoding_innerFunction · 0.45
plan_alter_schema_renameFunction · 0.45
plan_alter_item_renameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected