Skip to content

Refactor query execution #90

Description

@Preetam

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.
  • Create a filter interface. Can be done as part of Add more filter operators #84.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions