brimdata / zed

A novel data lake based on super-structured data
https://zed.brimdata.io/
BSD 3-Clause "New" or "Revised" License
1.34k stars 67 forks source link

parser: Name collisions with uniq, head, top ops #5161

Closed mattnibs closed 2 days ago

mattnibs commented 2 days ago

This commit fix an issue with the parser where yield-less calling a functions named uniq, head, top would result in a parser error.

Closes #5160

mattnibs commented 2 days ago

Does pass need the same treatment?

Good call