Skip to main content

schema_with_source_row_positions

Function schema_with_source_row_positions 

Source
pub fn schema_with_source_row_positions(
    schema: &SchemaRef,
) -> Result<SchemaRef, ConnectorError>
Expand description

Append the reserved row-position fields to a connector’s declared schema.

§Errors

Returns an error when the declared schema already uses a reserved field name.