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

Class Schema

src/sql/src/pure.rs:2649–2656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2647
2648#[derive(Debug)]
2649pub struct Schema {
2650 pub key_schema: Option<String>,
2651 pub value_schema: String,
2652 /// Reference schemas for the key schema, in dependency order.
2653 pub key_reference_schemas: Vec<String>,
2654 /// Reference schemas for the value schema, in dependency order.
2655 pub value_reference_schemas: Vec<String>,
2656}
2657
2658/// Result of fetching a schema, including any referenced schemas.
2659struct SchemaWithReferences {

Callers 3

try_fromMethod · 0.70
fromMethod · 0.70
fold_object_nameMethod · 0.70

Implementers 2

encode.rssrc/repr/src/row/encode.rs
sources.rssrc/storage-types/src/sources.rs

Calls

no outgoing calls

Tested by

no test coverage detected