Skip to main content

source_row_positions

Function source_row_positions 

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

Borrow optional row-aligned source positions after validating their canonical layout.

ยงErrors

Returns an error for partial, misplaced, nullable, incorrectly typed, or misaligned metadata.