Class QueryRouter

  • All Implemented Interfaces:
    IQueryRouter

    public class QueryRouter
    extends java.lang.Object
    implements IQueryRouter
    Query entrance class of IoTDB query process. All query clause will be transformed to physical plan, physical plan will be executed by EngineQueryRouter.