Function row_schema

Source
pub fn row_schema(row: Vec<AnyValue<'_>>) -> Row<'_>
Expand description

row schema from vec AnyValue (column names are column_0, column_1, …)

  • let schema = Schema::from(&row);