Skip to main content

check_interleave_overflow

Function check_interleave_overflow 

Source
fn check_interleave_overflow(
    batches: &[(usize, RecordBatch)],
    schema: &SchemaRef,
    indices: &[(usize, usize)],
) -> Result<()>
Expand description

Checks whether interleave() would overflow i32 offsets for Utf8 or Binary columns.