FrankChen021 / bithon

An observability platform mainly for Java
Apache License 2.0
16 stars 5 forks source link

Rework the expression #628

Closed FrankChen021 closed 1 year ago

FrankChen021 commented 1 year ago

Now there're field expression and filter expression which serve for different purposes. However, they share similar ANTLR grammar, and if we want to support function expression in the filter expression, there will be more code to be the same.

We need to blend these two dedicated expression into one.