You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enables queries like foo + 1 and foo + bar. At the moment, we only support arithmetic queries when it's nested into another aggregation, for example sum(foo + 1)
Enables queries like
foo + 1andfoo + bar. At the moment, we only support arithmetic queries when it's nested into another aggregation, for examplesum(foo + 1)