operator::expr_factory

Function columns_to_expr

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