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

Class AvroDocOn

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

Source from the content-addressed store, hash-verified

285
286#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
287pub struct AvroDocOn<T: AstInfo> {
288 pub identifier: DocOnIdentifier<T>,
289 pub for_schema: DocOnSchema,
290}
291#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
292pub enum DocOnSchema {
293 KeyOnly,

Calls

no outgoing calls

Tested by

no test coverage detected