fn columns_to_expr( column_defs: &[Column], time_index: &str, primary_keys: &[String], timezone: Option<&Timezone>, ) -> Result<Vec<ColumnDef>>