Skip to main content

source_mutations_routed

Function source_mutations_routed 

Source
pub fn source_mutations_routed(
    records: &RecordBatch,
) -> Result<Option<SourceMutationView<'_>>, ConnectorError>
Expand description

Borrow mutations from a slice derived from a strictly validated routed batch.

Unlike ingress validation, this permits a retained mutation column whose slice contains only puts. Layout, alignment, types, nulls, and values remain validated.

ยงErrors

Returns an error for malformed mutation or row-position metadata.