Singleton class for managing RunQuery SQL filters with implementations

Constructors

Properties

_filters: Map<string, RunQuerySQLFilter>

Accessors

Methods

  • Executes a filter function by name

    Parameters

    • filterName: string

      The name of the filter to execute

    • value: any

      The value to filter

    Returns any

    The filtered result

    Throws

    Error if filter is not found or execution fails