Module project

Source

Structs§

AliasedExpr
Auxiliary struct for displaying expr AS alias
Project
Project computes a set of expressions from its input relation.
ProjectBuilder
Construct a Project and dedup expressions. expressions

Functions§

check_expr_type 🔒
ensure_sorted_required_cols
Given the index of required cols, return a vec of permutation index, so that after we sort the required_cols, and re-apply with a projection with the permutation index, we can restore the original required_cols.