Uses of Class
org.apache.iotdb.db.qp.physical.crud.LastQueryPlan
-
Packages that use LastQueryPlan Package Description org.apache.iotdb.db.query.executor -
-
Uses of LastQueryPlan in org.apache.iotdb.db.query.executor
Methods in org.apache.iotdb.db.query.executor with parameters of type LastQueryPlan Modifier and Type Method Description org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetLastQueryExecutor. execute(QueryContext context, LastQueryPlan lastQueryPlan)execute last functionprotected LastQueryExecutorQueryRouter. getLastQueryExecutor(LastQueryPlan lastQueryPlan)org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetIQueryRouter. lastQuery(LastQueryPlan lastQueryPlan, QueryContext context)Execute last queryorg.apache.iotdb.tsfile.read.query.dataset.QueryDataSetQueryRouter. lastQuery(LastQueryPlan lastQueryPlan, QueryContext context)Constructors in org.apache.iotdb.db.query.executor with parameters of type LastQueryPlan Constructor Description LastQueryExecutor(LastQueryPlan lastQueryPlan)
-