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

Class UnresolvedDatabaseName

src/sql-parser/src/ast/defs/name.rs:479–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477/// A name of a database
478#[derive(Debug, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
479pub struct UnresolvedDatabaseName(pub Ident);
480
481impl AstDisplay for UnresolvedDatabaseName {
482 fn fmt<W: fmt::Write>(&self, f: &mut AstFormatter<W>) {

Callers 3

plan_create_schemaFunction · 0.85
parse_database_nameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected