Function interchange::json::build_row_schema_json[][src]

pub fn build_row_schema_json(
    columns: &[(ColumnName, ColumnType)],
    name: &str
) -> Value
Expand description

Builds the JSON for the row schema, which can be independently useful.