I need to do some absolute values in ARel. Basically need to understand how to execute this line (in Relational Algebra) using ARel:
Assume P is a table with columns value1 and value2:
Project((|p.value1 - 10| + |p.value2 - 10|) as match) P
Not sure if this is possible with ARel yet.
Thanks in advance!