Function operator::expr_factory::columns_to_expr

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