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

Class Type

src/sql/src/plan.rs:1953–1956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1951
1952#[derive(Clone, Debug)]
1953pub struct Type {
1954 pub create_sql: String,
1955 pub inner: CatalogType<IdReference>,
1956}
1957
1958/// Specifies when a `Peek` or `Subscribe` should occur.
1959#[derive(Deserialize, Clone, Debug, PartialEq)]

Callers 11

try_fromMethod · 0.50
plan_commentFunction · 0.50
build_row_schema_jsonFunction · 0.50
newMethod · 0.50
sequence_create_typeMethod · 0.50
parse_item_innerMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected