Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Modules] Replace Module->getDataDictionary with Module QueryEngine dictionary. #8260

Merged
merged 6 commits into from
Jan 24, 2023

Commits on Jan 24, 2023

  1. Add NullQueryEngine

    driusan committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    6de45c2 View commit details
    Browse the repository at this point in the history
  2. [Query Interface] Add Module->getQueryEngine()

    This adds a Module->getQueryEngine() function to the Module class to
    get the QueryEngine to the module. The default is a NullQueryEngine
    which does nothing and matches nothing.
    
    Update the dictionary module to use the new interface instead of
    Module->getDataDictionary().
    driusan committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    821280f View commit details
    Browse the repository at this point in the history
  3. Add NullQueryEngine

    driusan committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e2149dc View commit details
    Browse the repository at this point in the history
  4. Update missed reference

    driusan committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    cae56be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c9af35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    234653a View commit details
    Browse the repository at this point in the history