pub fn schema_with_source_mutations_and_row_positions(
schema: &SchemaRef,
) -> Result<SchemaRef, ConnectorError>Expand description
Append the mixed-mutation field and trailing row-position fields to a declared schema.
ยงErrors
Returns an error when the declared schema already uses a reserved field name.