pub fn rows_to_schema(
    rows: &[Row<'_>],
    infer_schema_length: Option<usize>
) -> Schema
Expand description

Infer schema from rows.