Y
Hacker News
new
|
ask
|
show
|
jobs
by
a1369209993
2075 days ago
I'm not sure if you misunderstood them or I misunderstood you, but there's no legitimate reason you can't filter on computed columns as is:
w = employee(name == "Jones")[comp = salary / (age - 18)](comp > 2000)