Skip to content

feat: add arithmetic expressions to projection

Asya Lomakina requested to merge 311-arithmetic-projection into main

we need to support arbitrary expressions consisting of logical, comparison and arithmetic operations and as sub-expression of aggregates. previously we added arithmetic exprs to selection ans join. this commit supports arithmetic (and only arithmetic) as a part of projection

Merge request reports