pub fn rows_to_schema_first_non_null(
    rows: &[Row<'_>],
    infer_schema_length: Option<usize>
) -> Schema
Available on crate feature rows only.
Expand description

Infer schema from rows and set the first no null type as column data type.