Y
Hacker News
new
|
ask
|
show
|
jobs
by
_asummers
2781 days ago
The best one is piping aggregate and other functions in queries!
Something like:
from foo in Foos, select: foo.id |> filter(foo.bar > 3) |> count()