Skip to main content

maybe_align_json2_iters

Function maybe_align_json2_iters 

Source
fn maybe_align_json2_iters(
    schema: SchemaRef,
    schemas: Option<Vec<SchemaRef>>,
    input_iters: Vec<BoxedRecordBatchIterator>,
) -> Result<(SchemaRef, Vec<BoxedRecordBatchIterator>)>