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

Class Schema

src/sql-parser/src/ast/defs/ddl.rs:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75#[derive(Debug, Clone, PartialEq, Eq, Hash)]
76pub struct Schema {
77 pub schema: String,
78}
79
80impl AstDisplay for Schema {
81 fn fmt<W: fmt::Write>(&self, f: &mut AstFormatter<W>) {

Callers 3

parse_drop_objectsMethod · 0.50
parse_alter_schemaMethod · 0.50
parse_object_nameMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected