Interface IQueryBackendHintProvider

All Known Implementing Classes:
InterpreterEngineImpl

public interface IQueryBackendHintProvider
Provides query evaluation hints consisting of the Engine default hints and the hints provided by the pattern itself.
Since:
0.9
  • Method Details

    • getQueryEvaluationHint

      QueryEvaluationHint getQueryEvaluationHint(PQuery query)
      Suggests query evaluation hints regarding a query. The returned hints reflects the default hints of the query engine merged with the hints provided by the pattern itself. These can be overridden via specific advanced API of the engine.
      Since:
      1.4