teragrep / pth_03

Data Processing Language (DPL) parser
GNU Affero General Public License v3.0
0 stars 5 forks source link

eval function avg() is missing #35

Closed 51-code closed 3 months ago

51-code commented 3 months ago

Describe the bug

... | eval a = avg(n0, n1, n2, ...) is not implemented.

Expected behavior

The avg() eval function should be in the grammar. Should take two or more eval statements as parameters.

How to reproduce

Try a query with the function.

Screenshots

Software version

5.11.0

Desktop (please complete the following information if relevant):

Additional context

Related PTH-10 issue: #269