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
This giant function to execute queries isn't very clean.
Task: Design and implement abstractions for query execution.
Misc steps (subject to change):
Create an aggregation interface. These interfaces should accept updates and eventually return some aggregate result. Example aggregations: sum, min, max, average, percentile, first, last, count, etc.
Create an event iterator interface. This interface should accept a set of filters and return events that match that filter set.
This giant function to execute queries isn't very clean.
Task: Design and implement abstractions for query execution.
Misc steps (subject to change):
The text was updated successfully, but these errors were encountered: