pub fn time_index_column_schema(
name: &str,
datatype: ColumnDataType,
) -> ColumnSchema
Expand description
Create a time index ColumnSchema with column’s name and datatype. Other fields are left default. Useful when you just want to create a simple ColumnSchema without providing much struct fields.