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

Class UnresolvedSchemaName

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

Source from the content-addressed store, hash-verified

466/// A name of a schema
467#[derive(Debug, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
468pub struct UnresolvedSchemaName(pub Vec<Ident>);
469
470impl AstDisplay for UnresolvedSchemaName {
471 fn fmt<W: fmt::Write>(&self, f: &mut AstFormatter<W>) {

Callers 1

parse_schema_nameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected