pub type PbSinkSchemaChange = SinkSchemaChange;Aliased Type§
pub struct PbSinkSchemaChange {
pub original_schema: Vec<Field>,
pub op: Option<Op>,
}Fields§
§original_schema: Vec<Field>Original schema before this change. Used for validation and conflict detection.
op: Option<Op>Schema change operation (mutually exclusive)