Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
76
pub struct Schema {
77
pub schema: String,
78
}
79
80
impl AstDisplay for Schema {
81
fn fmt<W: fmt::Write>(&self, f: &mut AstFormatter<W>) {
Callers
3
parse_drop_objects
Method · 0.50
parse_alter_schema
Method · 0.50
parse_object_name
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected