Uses of Interface
org.apache.iotdb.db.query.executor.IQueryRouter
-
Packages that use IQueryRouter Package Description org.apache.iotdb.db.qp.executor org.apache.iotdb.db.query.dataset org.apache.iotdb.db.query.executor -
-
Uses of IQueryRouter in org.apache.iotdb.db.qp.executor
Fields in org.apache.iotdb.db.qp.executor declared as IQueryRouter Modifier and Type Field Description protected IQueryRouterPlanExecutor. queryRouterMethods in org.apache.iotdb.db.qp.executor with parameters of type IQueryRouter Modifier and Type Method Description protected AlignByDeviceDataSetPlanExecutor. getAlignByDeviceDataSet(AlignByDevicePlan plan, QueryContext context, IQueryRouter router) -
Uses of IQueryRouter in org.apache.iotdb.db.query.dataset
Constructors in org.apache.iotdb.db.query.dataset with parameters of type IQueryRouter Constructor Description AlignByDeviceDataSet(AlignByDevicePlan alignByDevicePlan, QueryContext context, IQueryRouter queryRouter) -
Uses of IQueryRouter in org.apache.iotdb.db.query.executor
Classes in org.apache.iotdb.db.query.executor that implement IQueryRouter Modifier and Type Class Description classQueryRouterQuery entrance class of IoTDB query process.
-