Traits§
- Physical
Expr 🔒 PhysicalExprs represent expressions such asA + 1orCAST(c1 AS int).
Functions§
- add_
offset_ to_ expr - Adds the
offsetvalue toColumnindices insideexpr. This function is generally used during the update of the right table schema in join operations. - add_
offset_ to_ physical_ sort_ exprs - create_
lex_ ordering - Creates a vector of LexOrdering from a vector of logical expression
- create_
ordering - Converts logical sort expressions to physical sort expressions.
- create_
physical_ sort_ expr - Create a physical sort expression from a logical expression
- create_
physical_ sort_ exprs - Create vector of physical sort expression from a vector of logical expression
- physical_
exprs_ bag_ equal - Checks whether the given physical expression slices are equal in the sense of bags (multi-sets), disregarding their orderings.
- physical_
exprs_ contains - This function is similar to the
containsmethod ofVec. It finds whetherexpris amongphysical_exprs. - physical_
exprs_ equal - Checks whether the given physical expression slices are equal.